#559EA4

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

Shades of Cadet Blue #559EA4

Tints of Cadet Blue #559EA4

Color information

#559EA4 (or 0x559EA4) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and A4. RGB value is (85,158,164). Sum of RGB (Red+Green+Blue) = 85+158+164=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #559EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EA4 is #AA615B. Grayscale: #888888. Windows color (decimal): -11166044 or 10788437. OLE color: 10788437.

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

Color convert

RGB85158164-
CMYK0.480.0400.36
HSL184.56º31.73%48.82%-
HSV(B)184.56º48.17%64.31%-
XYZ22.6729.0739.54-
YUV136.86143.3291.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=20.88%
G=38.82%
B=40.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851581640.480.0400.36184.5631.7348.82
Hex559EA4304024b92031
Octal1252362446040442714061
Binary10101011001111010100100110000100010010010111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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