#59A69D

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

Shades of Cadet Blue #59A69D

Tints of Cadet Blue #59A69D

Color information

#59A69D (or 0x59A69D) is unknown color: approx Cadet Blue. HEX triplet: 59, A6 and 9D. RGB value is (89,166,157). Sum of RGB (Red+Green+Blue) = 89+166+157=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #59A69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A69D is #A65962. Grayscale: #8D8D8D. Windows color (decimal): -10901859 or 10331737. OLE color: 10331737.

HSL color Cylindrical-coordinate representation of color #59A69D: hue angle of 172.99º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A69D is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB89166157-
CMYK0.4600.050.35
HSL172.99º30.2%50%-
HSV(B)172.99º46.39%65.1%-
XYZ23.8431.8336.79-
YUV141.95136.4990.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.60%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=21.60%
G=40.29%
B=38.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891661570.4600.050.35172.9930.250
Hex59A69D2E0523ad1e32
Octal1312462355605432553662
Binary1011001101001101001110110111001011000111010110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A69D; }

 p { color: rgb(89,166,157); }

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

<style>
 a { background-color: #59A69D; }

 a { background-color: rgb(89,166,157); }

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

<style>
 span { border-color: #59A69D; }

 span { border-color: rgb(89,166,157); }

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