#59A6AA

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

Shades of Cadet Blue #59A6AA

Tints of Cadet Blue #59A6AA

Color information

#59A6AA (or 0x59A6AA) is unknown color: approx Cadet Blue. HEX triplet: 59, A6 and AA. RGB value is (89,166,170). Sum of RGB (Red+Green+Blue) = 89+166+170=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #59A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A6AA is #A65955. Grayscale: #8F8F8F. Windows color (decimal): -10901846 or 11183705. OLE color: 11183705.

HSL color Cylindrical-coordinate representation of color #59A6AA: hue angle of 182.96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59A6AA is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89166170-
CMYK0.480.0200.33
HSL182.96º32.27%50.78%-
HSV(B)182.96º47.65%66.67%-
XYZ25.0132.342.95-
YUV143.43142.9989.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 170 (66.80% from 255) = 40%
R=20.94%
G=39.06%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891661700.480.0200.33182.9632.2750.78
Hex59A6AA302021b72033
Octal1312462526020412674063
Binary1011001101001101010101011000010010000110110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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