#59989C

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

Shades of Cadet Blue #59989C

Tints of Cadet Blue #59989C

Color information

#59989C (or 0x59989C) is unknown color: approx Cadet Blue. HEX triplet: 59, 98 and 9C. RGB value is (89,152,156). Sum of RGB (Red+Green+Blue) = 89+152+156=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #59989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59989C is #A66763. Grayscale: #858585. Windows color (decimal): -10905444 or 10262617. OLE color: 10262617.

HSL color Cylindrical-coordinate representation of color #59989C: hue angle of 183.58º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59989C is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89152156-
CMYK0.430.0300.39
HSL183.58º27.35%48.04%-
HSV(B)183.58º42.95%61.18%-
XYZ21.3526.9835.54-
YUV133.62140.6396.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=22.42%
G=38.29%
B=39.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891521560.430.0300.39183.5827.3548.04
Hex59989C2B3027b81b30
Octal1312302345330472703360
Binary101100110011000100111001010111101001111011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59989C; }

 p { color: rgb(89,152,156); }

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

<style>
 a { background-color: #59989C; }

 a { background-color: rgb(89,152,156); }

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

<style>
 span { border-color: #59989C; }

 span { border-color: rgb(89,152,156); }

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