Shades of Cadet Blue #5A9AAA
Tints of Cadet Blue #5A9AAA
RGB
CMYK
RGB Variations
Color information
#5A9AAA (or 0x5A9AAA) is known color: Cadet Blue. HEX triplet: 5A, 9A and AA. RGB value is (90,154,170). Sum of RGB (Red+Green+Blue) = 90+154+170=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A9AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9AAA is #A56555. Grayscale: #888888. Windows color (decimal): -10839382 or 11180634. OLE color: 11180634.
HSL color Cylindrical-coordinate representation of color #5A9AAA: hue angle of 192º 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 #5A9AAA is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 154 | 170 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.33 |
| HSL | 192º | 0.32% | 0.51% | - |
| HSV(B) | 192º | 0.47% | 0.67% | - |
| XYZ | 23.03 | 28.19 | 42.26 | - |
| YUV | 136.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 170 | 0.47 | 0.09 | 0 | 0.33 | 192 | 0.32 | 0.51 |
| Hex | 5A | 9A | AA | 2F | 9 | 0 | 21 | C0 | 20 | 33 |
| Octal | 132 | 232 | 252 | 57 | 11 | 0 | 41 | 300 | 40 | 63 |
| Binary | 1011010 | 10011010 | 10101010 | 101111 | 1001 | 0 | 100001 | 11000000 | 100000 | 110011 |
Color Harmonies of #5A9AAA
Complementary color
Monochromatic Colors of #5A9AAA
Black with #5A9AAA
Text Example
Text Example
White with #5A9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9AAA; }
p { color: rgb(90,154,170); }
H1.HeaderClassName
{
color: #5A9AAA;
}
.AnyTagClassName
{
color: #5A9AAA;
}
</style>
background-color css
<style>
a { background-color: #5A9AAA; }
a { background-color: rgb(90,154,170); }
div.DivClassName
{
background-color: #5A9AAA;
}
.BgClassName
{
background-color: #5A9AAA;
}
</style>
border-color css
<style>
span { border-color: #5A9AAA; }
span { border-color: rgb(90,154,170); }
td.TdClassName
{
border-color: #5A9AAA;
}
.TagClassName
{
border-color: #5A9AAA;
}
</style>