#5C9D9A

Color #5C9D9A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5C9D9A

Tints of Cadet Blue #5C9D9A

Color information

#5C9D9A (or 0x5C9D9A) is unknown color: approx Cadet Blue. HEX triplet: 5C, 9D and 9A. RGB value is (92,157,154). Sum of RGB (Red+Green+Blue) = 92+157+154=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9D9A is #A36265. Grayscale: #898989. Windows color (decimal): -10707558 or 10132828. OLE color: 10132828.

HSL color Cylindrical-coordinate representation of color #5C9D9A: hue angle of 177.23º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9D9A is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB92157154-
CMYK0.4100.020.38
HSL177.23º26.1%48.82%-
HSV(B)177.23º41.4%61.57%-
XYZ22.328.7234.94-
YUV137.22137.4795.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=22.83%
G=38.96%
B=38.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal921571540.4100.020.38177.2326.148.82
Hex5C9D9A290226b11a31
Octal1342352325102462613261
Binary101110010011101100110101010010101001101011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9D9A; }

 p { color: rgb(92,157,154); }

 H1.HeaderClassName
 {
   color: #5C9D9A;
 }
 .AnyTagClassName
 {
   color: #5C9D9A;
 }
</style>
background-color css

<style>
 a { background-color: #5C9D9A; }

 a { background-color: rgb(92,157,154); }

 div.DivClassName
 {
   background-color: #5C9D9A;
 }
 .BgClassName
 {
   background-color: #5C9D9A;
 }
</style>
border-color css

<style>
 span { border-color: #5C9D9A; }

 span { border-color: rgb(92,157,154); }

 td.TdClassName
 {
   border-color: #5C9D9A;
 }
 .TagClassName
 {
   border-color: #5C9D9A;
 }
</style>