#559ea3

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

Shades of Cadet Blue #559EA3

Tints of Cadet Blue #559EA3

Color information

#559EA3 (or 0x559EA3) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and A3. RGB value is (85,158,163). Sum of RGB (Red+Green+Blue) = 85+158+163=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #559EA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EA3 is #AA615C. Grayscale: #888888. Windows color (decimal): -11166045 or 10722901. OLE color: 10722901.

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

Color convert

RGB85158163-
CMYK0.480.0300.36
HSL183.85º31.45%48.63%-
HSV(B)183.85º47.85%63.92%-
XYZ22.5829.0339.06-
YUV136.74142.8291.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=20.94%
G=38.92%
B=40.15%

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
Decimal851581630.480.0300.36183.8531.4548.63
Hex559EA3303024b81f31
Octal1252362436030442703761
Binary101010110011110101000111100001101001001011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559ea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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