#559CAB

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

Shades of Cadet Blue #559CAB

Tints of Cadet Blue #559CAB

Color information

#559CAB (or 0x559CAB) is unknown color: approx Cadet Blue. HEX triplet: 55, 9C and AB. RGB value is (85,156,171). Sum of RGB (Red+Green+Blue) = 85+156+171=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #559CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559CAB is #AA6354. Grayscale: #888888. Windows color (decimal): -11166549 or 11246677. OLE color: 11246677.

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

Color convert

RGB85156171-
CMYK0.500.0900.33
HSL190.47º33.86%50.2%-
HSV(B)190.47º50.29%67.06%-
XYZ22.9928.6542.85-
YUV136.48147.4891.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=20.63%
G=37.86%
B=41.50%

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
Decimal851561710.500.0900.33190.4733.8650.2
Hex559CAB329021be2232
Octal12523425362110412764262
Binary101010110011100101010111100101001010000110111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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