#5C969F

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

Shades of Cadet Blue #5C969F

Tints of Cadet Blue #5C969F

Color information

#5C969F (or 0x5C969F) is unknown color: approx Cadet Blue. HEX triplet: 5C, 96 and 9F. RGB value is (92,150,159). Sum of RGB (Red+Green+Blue) = 92+150+159=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C969F is #A36960. Grayscale: #858585. Windows color (decimal): -10709345 or 10458716. OLE color: 10458716.

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

Color convert

RGB92150159-
CMYK0.420.0600.38
HSL188.06º26.69%49.22%-
HSV(B)188.06º42.14%62.35%-
XYZ21.5826.5936.8-
YUV133.68142.2898.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.94%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=22.94%
G=37.41%
B=39.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal921501590.420.0600.38188.0626.6949.22
Hex5C969F2A6026bc1b31
Octal1342262375260462743361
Binary1011100100101101001111110101011001001101011110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,159); }

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

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

 a { background-color: rgb(92,150,159); }

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

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

 span { border-color: rgb(92,150,159); }

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