#59A3AA

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

Shades of Cadet Blue #59A3AA

Tints of Cadet Blue #59A3AA

Color information

#59A3AA (or 0x59A3AA) is unknown color: approx Cadet Blue. HEX triplet: 59, A3 and AA. RGB value is (89,163,170). Sum of RGB (Red+Green+Blue) = 89+163+170=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #59A3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A3AA is #A65C55. Grayscale: #8D8D8D. Windows color (decimal): -10902614 or 11182937. OLE color: 11182937.

HSL color Cylindrical-coordinate representation of color #59A3AA: hue angle of 185.19º 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 #59A3AA is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89163170-
CMYK0.480.0400.33
HSL185.19º32.27%50.78%-
HSV(B)185.19º47.65%66.67%-
XYZ24.4731.2242.77-
YUV141.67143.9890.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=21.09%
G=38.63%
B=40.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891631700.480.0400.33185.1932.2750.78
Hex59A3AA304021b92033
Octal1312432526040412714063
Binary10110011010001110101010110000100010000110111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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