#559FA3

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

Shades of Cadet Blue #559FA3

Tints of Cadet Blue #559FA3

Color information

#559FA3 (or 0x559FA3) is unknown color: approx Cadet Blue. HEX triplet: 55, 9F and A3. RGB value is (85,159,163). Sum of RGB (Red+Green+Blue) = 85+159+163=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 163 - color contains mainly: blue. Hex color #559FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559FA3 is #AA605C. Grayscale: #898989. Windows color (decimal): -11165789 or 10723157. OLE color: 10723157.

HSL color Cylindrical-coordinate representation of color #559FA3: hue angle of 183.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559FA3 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85159163-
CMYK0.480.0200.36
HSL183.08º31.45%48.63%-
HSV(B)183.08º47.85%63.92%-
XYZ22.7629.3739.12-
YUV137.33142.4890.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 163 (64.06% from 255) = 40.05%
R=20.88%
G=39.07%
B=40.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851591630.480.0200.36183.0831.4548.63
Hex559FA3302024b71f31
Octal1252372436020442673761
Binary101010110011111101000111100001001001001011011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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