#559EA9

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

Shades of Cadet Blue #559EA9

Tints of Cadet Blue #559EA9

Color information

#559EA9 (or 0x559EA9) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and A9. RGB value is (85,158,169). Sum of RGB (Red+Green+Blue) = 85+158+169=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #559EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EA9 is #AA6156. Grayscale: #898989. Windows color (decimal): -11166039 or 11116117. OLE color: 11116117.

HSL color Cylindrical-coordinate representation of color #559EA9: hue angle of 187.86º 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 #559EA9 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB85158169-
CMYK0.500.0700.34
HSL187.86º33.07%49.8%-
HSV(B)187.86º49.7%66.27%-
XYZ23.1329.2541.96-
YUV137.43145.8290.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=20.63%
G=38.35%
B=41.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851581690.500.0700.34187.8633.0749.8
Hex559EA9327022bc2132
Octal1252362516270422744162
Binary10101011001111010101001110010111010001010111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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