Shades of Cadet Blue #59AAA5
Tints of Cadet Blue #59AAA5
RGB
CMYK
RGB Variations
Color information
#59AAA5 (or 0x59AAA5) is known color: Cadet Blue. HEX triplet: 59, AA and A5. RGB value is (89,170,165). Sum of RGB (Red+Green+Blue) = 89+170+165=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA5 is #A6555A. Grayscale: #919191. Windows color (decimal): -10900827 or 10857049. OLE color: 10857049.
HSL color Cylindrical-coordinate representation of color #59AAA5: hue angle of 176.3º 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 #59AAA5 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 165 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.33 |
| HSL | 176.3º | 0.32% | 0.51% | - |
| HSV(B) | 176.3º | 0.48% | 0.67% | - |
| XYZ | 25.29 | 33.59 | 40.75 | - |
| YUV | 145.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 165 | 0.48 | 0 | 0.03 | 0.33 | 176.3 | 0.32 | 0.51 |
| Hex | 59 | AA | A5 | 30 | 0 | 3 | 21 | B0 | 20 | 33 |
| Octal | 131 | 252 | 245 | 60 | 0 | 3 | 41 | 260 | 40 | 63 |
| Binary | 1011001 | 10101010 | 10100101 | 110000 | 0 | 11 | 100001 | 10110000 | 100000 | 110011 |
Color Harmonies of #59AAA5
Complementary color
Monochromatic Colors of #59AAA5
Black with #59AAA5
Text Example
Text Example
White with #59AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAA5; }
p { color: rgb(89,170,165); }
H1.HeaderClassName
{
color: #59AAA5;
}
.AnyTagClassName
{
color: #59AAA5;
}
</style>
background-color css
<style>
a { background-color: #59AAA5; }
a { background-color: rgb(89,170,165); }
div.DivClassName
{
background-color: #59AAA5;
}
.BgClassName
{
background-color: #59AAA5;
}
</style>
border-color css
<style>
span { border-color: #59AAA5; }
span { border-color: rgb(89,170,165); }
td.TdClassName
{
border-color: #59AAA5;
}
.TagClassName
{
border-color: #59AAA5;
}
</style>