#559bab

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

Shades of Cadet Blue #559BAB

Tints of Cadet Blue #559BAB

Color information

#559BAB (or 0x559BAB) is unknown color: approx Cadet Blue. HEX triplet: 55, 9B and AB. RGB value is (85,155,171). Sum of RGB (Red+Green+Blue) = 85+155+171=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #559BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BAB is #AA6454. Grayscale: #878787. Windows color (decimal): -11166805 or 11246421. OLE color: 11246421.

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

Color convert

RGB85155171-
CMYK0.500.0900.33
HSL191.16º33.86%50.2%-
HSV(B)191.16º50.29%67.06%-
XYZ22.8228.3142.79-
YUV135.89147.8191.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=20.68%
G=37.71%
B=41.61%

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
Decimal851551710.500.0900.33191.1633.8650.2
Hex559BAB329021bf2232
Octal12523325362110412774262
Binary101010110011011101010111100101001010000110111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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