#55989F

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

Shades of Cadet Blue #55989F

Tints of Cadet Blue #55989F

Color information

#55989F (or 0x55989F) is unknown color: approx Cadet Blue. HEX triplet: 55, 98 and 9F. RGB value is (85,152,159). Sum of RGB (Red+Green+Blue) = 85+152+159=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #55989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55989F is #AA6760. Grayscale: #848484. Windows color (decimal): -11167585 or 10459221. OLE color: 10459221.

HSL color Cylindrical-coordinate representation of color #55989F: hue angle of 185.68º 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 #55989F is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85152159-
CMYK0.470.0400.38
HSL185.68º30.33%47.84%-
HSV(B)185.68º46.54%62.35%-
XYZ21.2326.8936.87-
YUV132.76142.893.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=21.46%
G=38.38%
B=40.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851521590.470.0400.38185.6830.3347.84
Hex55989F2F4026ba1e30
Octal1252302375740462723660
Binary1010101100110001001111110111110001001101011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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