#59A7AA

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

Shades of Cadet Blue #59A7AA

Tints of Cadet Blue #59A7AA

Color information

#59A7AA (or 0x59A7AA) is unknown color: approx Cadet Blue. HEX triplet: 59, A7 and AA. RGB value is (89,167,170). Sum of RGB (Red+Green+Blue) = 89+167+170=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #59A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A7AA is #A65855. Grayscale: #8F8F8F. Windows color (decimal): -10901590 or 11183961. OLE color: 11183961.

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

Color convert

RGB89167170-
CMYK0.480.0200.33
HSL182.22º32.27%50.78%-
HSV(B)182.22º47.65%66.67%-
XYZ25.1932.6643.01-
YUV144.02142.6688.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.89%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=20.89%
G=39.20%
B=39.91%

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
Decimal891671700.480.0200.33182.2232.2750.78
Hex59A7AA302021b62033
Octal1312472526020412664063
Binary1011001101001111010101011000010010000110110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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