#559EAC

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

Shades of Cadet Blue #559EAC

Tints of Cadet Blue #559EAC

Color information

#559EAC (or 0x559EAC) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and AC. RGB value is (85,158,172). Sum of RGB (Red+Green+Blue) = 85+158+172=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #559EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EAC is #AA6153. Grayscale: #898989. Windows color (decimal): -11166036 or 11312725. OLE color: 11312725.

HSL color Cylindrical-coordinate representation of color #559EAC: hue angle of 189.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559EAC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85158172-
CMYK0.510.0800.33
HSL189.66º34.39%50.39%-
HSV(B)189.66º50.58%67.45%-
XYZ23.4229.3643.46-
YUV137.77147.3290.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=20.48%
G=38.07%
B=41.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851581720.510.0800.33189.6634.3950.39
Hex559EAC338021be2232
Octal12523625463100412764262
Binary101010110011110101011001100111000010000110111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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