#559AAA

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

Shades of Cadet Blue #559AAA

Tints of Cadet Blue #559AAA

Color information

#559AAA (or 0x559AAA) is unknown color: approx Cadet Blue. HEX triplet: 55, 9A and AA. RGB value is (85,154,170). Sum of RGB (Red+Green+Blue) = 85+154+170=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #559AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AAA is #AA6555. Grayscale: #878787. Windows color (decimal): -11167062 or 11180629. OLE color: 11180629.

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

Color convert

RGB85154170-
CMYK0.500.0900.33
HSL191.29º33.33%50%-
HSV(B)191.29º50%66.67%-
XYZ22.5627.9442.24-
YUV135.19147.6492.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=20.78%
G=37.65%
B=41.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851541700.500.0900.33191.2933.3350
Hex559AAA329021bf2132
Octal12523225262110412774162
Binary101010110011010101010101100101001010000110111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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