#559A9E

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

Shades of Cadet Blue #559A9E

Tints of Cadet Blue #559A9E

Color information

#559A9E (or 0x559A9E) is unknown color: approx Cadet Blue. HEX triplet: 55, 9A and 9E. RGB value is (85,154,158). Sum of RGB (Red+Green+Blue) = 85+154+158=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #559A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A9E is #AA6561. Grayscale: #858585. Windows color (decimal): -11167074 or 10394197. OLE color: 10394197.

HSL color Cylindrical-coordinate representation of color #559A9E: hue angle of 183.29º 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 #559A9E is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85154158-
CMYK0.460.0300.38
HSL183.29º30.04%47.65%-
HSV(B)183.29º46.2%61.96%-
XYZ21.4727.5136.53-
YUV133.82141.6493.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=21.41%
G=38.79%
B=39.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851541580.460.0300.38183.2930.0447.65
Hex559A9E2E3026b71e30
Octal1252322365630462673660
Binary101010110011010100111101011101101001101011011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A9E; }

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

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

<style>
 a { background-color: #559A9E; }

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

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

<style>
 span { border-color: #559A9E; }

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

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