Shades of Cadet Blue #59A0AE
Tints of Cadet Blue #59A0AE
RGB
CMYK
RGB Variations
Color information
#59A0AE (or 0x59A0AE) is known color: Cadet Blue. HEX triplet: 59, A0 and AE. RGB value is (89,160,174). Sum of RGB (Red+Green+Blue) = 89+160+174=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #59A0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A0AE is #A65F51. Grayscale: #8C8C8C. Windows color (decimal): -10903378 or 11444313. OLE color: 11444313.
HSL color Cylindrical-coordinate representation of color #59A0AE: hue angle of 189.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59A0AE is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 160 | 174 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.32 |
| HSL | 189.88º | 0.34% | 0.52% | - |
| HSV(B) | 189.88º | 0.49% | 0.68% | - |
| XYZ | 24.33 | 30.32 | 44.61 | - |
| YUV | 140.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 174 | 0.49 | 0.08 | 0 | 0.32 | 189.88 | 0.34 | 0.52 |
| Hex | 59 | A0 | AE | 31 | 8 | 0 | 20 | BE | 22 | 34 |
| Octal | 131 | 240 | 256 | 61 | 10 | 0 | 40 | 276 | 42 | 64 |
| Binary | 1011001 | 10100000 | 10101110 | 110001 | 1000 | 0 | 100000 | 10111110 | 100010 | 110100 |
Color Harmonies of #59A0AE
Complementary color
Monochromatic Colors of #59A0AE
Black with #59A0AE
Text Example
Text Example
White with #59A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A0AE; }
p { color: rgb(89,160,174); }
H1.HeaderClassName
{
color: #59A0AE;
}
.AnyTagClassName
{
color: #59A0AE;
}
</style>
background-color css
<style>
a { background-color: #59A0AE; }
a { background-color: rgb(89,160,174); }
div.DivClassName
{
background-color: #59A0AE;
}
.BgClassName
{
background-color: #59A0AE;
}
</style>
border-color css
<style>
span { border-color: #59A0AE; }
span { border-color: rgb(89,160,174); }
td.TdClassName
{
border-color: #59A0AE;
}
.TagClassName
{
border-color: #59A0AE;
}
</style>