Shades of Cadet Blue #5AA0AD
Tints of Cadet Blue #5AA0AD
RGB
CMYK
RGB Variations
Color information
#5AA0AD (or 0x5AA0AD) is known color: Cadet Blue. HEX triplet: 5A, A0 and AD. RGB value is (90,160,173). Sum of RGB (Red+Green+Blue) = 90+160+173=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA0AD is #A55F52. Grayscale: #8C8C8C. Windows color (decimal): -10837843 or 11378778. OLE color: 11378778.
HSL color Cylindrical-coordinate representation of color #5AA0AD: hue angle of 189.4º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA0AD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 160 | 173 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.32 |
| HSL | 189.4º | 0.34% | 0.52% | - |
| HSV(B) | 189.4º | 0.48% | 0.68% | - |
| XYZ | 24.33 | 30.33 | 44.11 | - |
| YUV | 140.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 160 | 173 | 0.48 | 0.08 | 0 | 0.32 | 189.4 | 0.34 | 0.52 |
| Hex | 5A | A0 | AD | 30 | 8 | 0 | 20 | BD | 22 | 34 |
| Octal | 132 | 240 | 255 | 60 | 10 | 0 | 40 | 275 | 42 | 64 |
| Binary | 1011010 | 10100000 | 10101101 | 110000 | 1000 | 0 | 100000 | 10111101 | 100010 | 110100 |
Color Harmonies of #5AA0AD
Complementary color
Monochromatic Colors of #5AA0AD
Black with #5AA0AD
Text Example
Text Example
White with #5AA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA0AD; }
p { color: rgb(90,160,173); }
H1.HeaderClassName
{
color: #5AA0AD;
}
.AnyTagClassName
{
color: #5AA0AD;
}
</style>
background-color css
<style>
a { background-color: #5AA0AD; }
a { background-color: rgb(90,160,173); }
div.DivClassName
{
background-color: #5AA0AD;
}
.BgClassName
{
background-color: #5AA0AD;
}
</style>
border-color css
<style>
span { border-color: #5AA0AD; }
span { border-color: rgb(90,160,173); }
td.TdClassName
{
border-color: #5AA0AD;
}
.TagClassName
{
border-color: #5AA0AD;
}
</style>