Shades of Cadet Blue #59A3AA
Tints of Cadet Blue #59A3AA
RGB
CMYK
RGB Variations
Color information
#59A3AA (or 0x59A3AA) is known color: 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
| RGB | 89 | 163 | 170 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.33 |
| HSL | 185.19º | 0.32% | 0.51% | - |
| HSV(B) | 185.19º | 0.48% | 0.67% | - |
| XYZ | 24.47 | 31.22 | 42.77 | - |
| YUV | 141.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 163 | 170 | 0.48 | 0.04 | 0 | 0.33 | 185.19 | 0.32 | 0.51 |
| Hex | 59 | A3 | AA | 30 | 4 | 0 | 21 | B9 | 20 | 33 |
| Octal | 131 | 243 | 252 | 60 | 4 | 0 | 41 | 271 | 40 | 63 |
| Binary | 1011001 | 10100011 | 10101010 | 110000 | 100 | 0 | 100001 | 10111001 | 100000 | 110011 |
Color Harmonies of #59A3AA
Complementary color
Monochromatic Colors of #59A3AA
Black with #59A3AA
Text Example
Text Example
White with #59A3AA
Text Example
Text Example
HTML Codes & Css Web 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>