Shades of Cadet Blue #5AAAA0
Tints of Cadet Blue #5AAAA0
RGB
CMYK
RGB Variations
Color information
#5AAAA0 (or 0x5AAAA0) is known color: Cadet Blue. HEX triplet: 5A, AA and A0. RGB value is (90,170,160). Sum of RGB (Red+Green+Blue) = 90+170+160=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAAA0 is #A5555F. Grayscale: #909090. Windows color (decimal): -10835296 or 10529370. OLE color: 10529370.
HSL color Cylindrical-coordinate representation of color #5AAAA0: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAAA0 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 160 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.33 |
| HSL | 172.5º | 0.32% | 0.51% | - |
| HSV(B) | 172.5º | 0.47% | 0.67% | - |
| XYZ | 24.94 | 33.46 | 38.4 | - |
| YUV | 144.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 160 | 0.47 | 0 | 0.06 | 0.33 | 172.5 | 0.32 | 0.51 |
| Hex | 5A | AA | A0 | 2F | 0 | 6 | 21 | AC | 20 | 33 |
| Octal | 132 | 252 | 240 | 57 | 0 | 6 | 41 | 254 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10100000 | 101111 | 0 | 110 | 100001 | 10101100 | 100000 | 110011 |
Color Harmonies of #5AAAA0
Complementary color
Monochromatic Colors of #5AAAA0
Black with #5AAAA0
Text Example
Text Example
White with #5AAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAA0; }
p { color: rgb(90,170,160); }
H1.HeaderClassName
{
color: #5AAAA0;
}
.AnyTagClassName
{
color: #5AAAA0;
}
</style>
background-color css
<style>
a { background-color: #5AAAA0; }
a { background-color: rgb(90,170,160); }
div.DivClassName
{
background-color: #5AAAA0;
}
.BgClassName
{
background-color: #5AAAA0;
}
</style>
border-color css
<style>
span { border-color: #5AAAA0; }
span { border-color: rgb(90,170,160); }
td.TdClassName
{
border-color: #5AAAA0;
}
.TagClassName
{
border-color: #5AAAA0;
}
</style>