#559BAA

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

Shades of Cadet Blue #559BAA

Tints of Cadet Blue #559BAA

Color information

#559BAA (or 0x559BAA) is unknown color: approx Cadet Blue. HEX triplet: 55, 9B and AA. RGB value is (85,155,170). Sum of RGB (Red+Green+Blue) = 85+155+170=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #559BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BAA is #AA6455. Grayscale: #878787. Windows color (decimal): -11166806 or 11180885. OLE color: 11180885.

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

Color convert

RGB85155170-
CMYK0.500.0900.33
HSL190.59º33.33%50%-
HSV(B)190.59º50%66.67%-
XYZ22.7228.2842.29-
YUV135.78147.3191.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=20.73%
G=37.80%
B=41.46%

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
Decimal851551700.500.0900.33190.5933.3350
Hex559BAA329021bf2132
Octal12523325262110412774162
Binary101010110011011101010101100101001010000110111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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