#59959E

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

Shades of Cadet Blue #59959E

Tints of Cadet Blue #59959E

Color information

#59959E (or 0x59959E) is unknown color: approx Cadet Blue. HEX triplet: 59, 95 and 9E. RGB value is (89,149,158). Sum of RGB (Red+Green+Blue) = 89+149+158=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #59959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59959E is #A66A61. Grayscale: #838383. Windows color (decimal): -10906210 or 10392921. OLE color: 10392921.

HSL color Cylindrical-coordinate representation of color #59959E: hue angle of 187.83º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59959E is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89149158-
CMYK0.440.0600.38
HSL187.83º27.94%48.43%-
HSV(B)187.83º43.67%61.96%-
XYZ21.0426.0936.27-
YUV132.09142.6297.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.47%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=22.47%
G=37.63%
B=39.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891491580.440.0600.38187.8327.9448.43
Hex59959E2C6026bc1c30
Octal1312252365460462743460
Binary1011001100101011001111010110011001001101011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59959E; }

 p { color: rgb(89,149,158); }

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

<style>
 a { background-color: #59959E; }

 a { background-color: rgb(89,149,158); }

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

<style>
 span { border-color: #59959E; }

 span { border-color: rgb(89,149,158); }

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