#559FA6

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

Shades of Cadet Blue #559FA6

Tints of Cadet Blue #559FA6

Color information

#559FA6 (or 0x559FA6) is unknown color: approx Cadet Blue. HEX triplet: 55, 9F and A6. RGB value is (85,159,166). Sum of RGB (Red+Green+Blue) = 85+159+166=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #559FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559FA6 is #AA6059. Grayscale: #898989. Windows color (decimal): -11165786 or 10919765. OLE color: 10919765.

HSL color Cylindrical-coordinate representation of color #559FA6: hue angle of 185.19º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #559FA6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85159166-
CMYK0.490.0400.35
HSL185.19º32.27%49.22%-
HSV(B)185.19º48.8%65.1%-
XYZ23.0329.4840.55-
YUV137.67143.9890.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=20.73%
G=38.78%
B=40.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851591660.490.0400.35185.1932.2749.22
Hex559FA6314023b92031
Octal1252372466140432714061
Binary10101011001111110100110110001100010001110111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,159,166); }

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

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

 a { background-color: rgb(85,159,166); }

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

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

 span { border-color: rgb(85,159,166); }

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