#559E9F

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

Shades of Cadet Blue #559E9F

Tints of Cadet Blue #559E9F

Color information

#559E9F (or 0x559E9F) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and 9F. RGB value is (85,158,159). Sum of RGB (Red+Green+Blue) = 85+158+159=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #559E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E9F is #AA6160. Grayscale: #888888. Windows color (decimal): -11166049 or 10460757. OLE color: 10460757.

HSL color Cylindrical-coordinate representation of color #559E9F: hue angle of 180.81º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559E9F is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85158159-
CMYK0.470.0100.38
HSL180.81º30.33%47.84%-
HSV(B)180.81º46.54%62.35%-
XYZ22.2328.8937.21-
YUV136.29140.8291.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=21.14%
G=39.30%
B=39.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581590.470.0100.38180.8130.3347.84
Hex559E9F2F1026b51e30
Octal1252362375710462653660
Binary10101011001111010011111101111101001101011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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