#559EAD

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

Shades of Cadet Blue #559EAD

Tints of Cadet Blue #559EAD

Color information

#559EAD (or 0x559EAD) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and AD. RGB value is (85,158,173). Sum of RGB (Red+Green+Blue) = 85+158+173=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #559EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EAD is #AA6152. Grayscale: #898989. Windows color (decimal): -11166035 or 11378261. OLE color: 11378261.

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

Color convert

RGB85158173-
CMYK0.510.0900.32
HSL190.23º34.92%50.59%-
HSV(B)190.23º50.87%67.84%-
XYZ23.5229.443.97-
YUV137.88147.8290.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.43%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=20.43%
G=37.98%
B=41.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851581730.510.0900.32190.2334.9250.59
Hex559EAD339020be2333
Octal12523625563110402764363
Binary101010110011110101011011100111001010000010111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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