#559AA9

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

Shades of Cadet Blue #559AA9

Tints of Cadet Blue #559AA9

Color information

#559AA9 (or 0x559AA9) is unknown color: approx Cadet Blue. HEX triplet: 55, 9A and A9. RGB value is (85,154,169). Sum of RGB (Red+Green+Blue) = 85+154+169=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #559AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AA9 is #AA6556. Grayscale: #868686. Windows color (decimal): -11167063 or 11115093. OLE color: 11115093.

HSL color Cylindrical-coordinate representation of color #559AA9: hue angle of 190.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559AA9 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB85154169-
CMYK0.500.0900.34
HSL190.71º33.07%49.8%-
HSV(B)190.71º49.7%66.27%-
XYZ22.4627.9141.74-
YUV135.08147.1492.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=20.83%
G=37.75%
B=41.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851541690.500.0900.34190.7133.0749.8
Hex559AA9329022bf2132
Octal12523225162110422774162
Binary101010110011010101010011100101001010001010111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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