#55979F

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

Shades of Cadet Blue #55979F

Tints of Cadet Blue #55979F

Color information

#55979F (or 0x55979F) is unknown color: approx Cadet Blue. HEX triplet: 55, 97 and 9F. RGB value is (85,151,159). Sum of RGB (Red+Green+Blue) = 85+151+159=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #55979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55979F is #AA6860. Grayscale: #848484. Windows color (decimal): -11167841 or 10458965. OLE color: 10458965.

HSL color Cylindrical-coordinate representation of color #55979F: hue angle of 186.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55979F is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85151159-
CMYK0.470.0500.38
HSL186.49º30.33%47.84%-
HSV(B)186.49º46.54%62.35%-
XYZ21.0726.5736.82-
YUV132.18143.1394.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=21.52%
G=38.23%
B=40.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851511590.470.0500.38186.4930.3347.84
Hex55979F2F5026ba1e30
Octal1252272375750462723660
Binary1010101100101111001111110111110101001101011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55979F; }

 p { color: rgb(85,151,159); }

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

<style>
 a { background-color: #55979F; }

 a { background-color: rgb(85,151,159); }

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

<style>
 span { border-color: #55979F; }

 span { border-color: rgb(85,151,159); }

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