#59969F

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

Shades of Cadet Blue #59969F

Tints of Cadet Blue #59969F

Color information

#59969F (or 0x59969F) is unknown color: approx Cadet Blue. HEX triplet: 59, 96 and 9F. RGB value is (89,150,159). Sum of RGB (Red+Green+Blue) = 89+150+159=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #59969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59969F is #A66960. Grayscale: #848484. Windows color (decimal): -10905953 or 10458713. OLE color: 10458713.

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

Color convert

RGB89150159-
CMYK0.440.0600.38
HSL187.71º28.23%48.63%-
HSV(B)187.71º44.03%62.35%-
XYZ21.2826.4436.78-
YUV132.79142.7996.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=22.36%
G=37.69%
B=39.95%

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
Decimal891501590.440.0600.38187.7128.2348.63
Hex59969F2C6026bc1c31
Octal1312262375460462743461
Binary1011001100101101001111110110011001001101011110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59969F; }

 p { color: rgb(89,150,159); }

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

<style>
 a { background-color: #59969F; }

 a { background-color: rgb(89,150,159); }

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

<style>
 span { border-color: #59969F; }

 span { border-color: rgb(89,150,159); }

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