#55989E

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

Shades of Cadet Blue #55989E

Tints of Cadet Blue #55989E

Color information

#55989E (or 0x55989E) is unknown color: approx Cadet Blue. HEX triplet: 55, 98 and 9E. RGB value is (85,152,158). Sum of RGB (Red+Green+Blue) = 85+152+158=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #55989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55989E is #AA6761. Grayscale: #848484. Windows color (decimal): -11167586 or 10393685. OLE color: 10393685.

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

Color convert

RGB85152158-
CMYK0.460.0400.38
HSL184.93º30.04%47.65%-
HSV(B)184.93º46.2%61.96%-
XYZ21.1526.8636.42-
YUV132.65142.394.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 158 (62.11% from 255) = 40%
R=21.52%
G=38.48%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851521580.460.0400.38184.9330.0447.65
Hex55989E2E4026b91e30
Octal1252302365640462713660
Binary1010101100110001001111010111010001001101011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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