#559FA4

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

Shades of Cadet Blue #559FA4

Tints of Cadet Blue #559FA4

Color information

#559FA4 (or 0x559FA4) is unknown color: approx Cadet Blue. HEX triplet: 55, 9F and A4. RGB value is (85,159,164). Sum of RGB (Red+Green+Blue) = 85+159+164=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #559FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559FA4 is #AA605B. Grayscale: #898989. Windows color (decimal): -11165788 or 10788693. OLE color: 10788693.

HSL color Cylindrical-coordinate representation of color #559FA4: hue angle of 183.8º degrees, saturation: 0.32, 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 #559FA4 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85159164-
CMYK0.480.0300.36
HSL183.8º31.73%48.82%-
HSV(B)183.8º48.17%64.31%-
XYZ22.8529.4139.59-
YUV137.44142.9890.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=20.83%
G=38.97%
B=40.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851591640.480.0300.36183.831.7348.82
Hex559FA4303024b82031
Octal1252372446030442704061
Binary1010101100111111010010011000011010010010111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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