Shades of Cadet Blue #55A2AA
Tints of Cadet Blue #55A2AA
RGB
CMYK
RGB Variations
Color information
#55A2AA (or 0x55A2AA) is known color: Cadet Blue. HEX triplet: 55, A2 and AA. RGB value is (85,162,170). Sum of RGB (Red+Green+Blue) = 85+162+170=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #55A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A2AA is #AA5D55. Grayscale: #8B8B8B. Windows color (decimal): -11165014 or 11182677. OLE color: 11182677.
HSL color Cylindrical-coordinate representation of color #55A2AA: hue angle of 185.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A2AA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 162 | 170 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.33 |
| HSL | 185.65º | 0.33% | 0.5% | - |
| HSV(B) | 185.65º | 0.5% | 0.67% | - |
| XYZ | 23.92 | 30.67 | 42.69 | - |
| YUV | 139.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 170 | 0.50 | 0.05 | 0 | 0.33 | 185.65 | 0.33 | 0.5 |
| Hex | 55 | A2 | AA | 32 | 5 | 0 | 21 | BA | 21 | 32 |
| Octal | 125 | 242 | 252 | 62 | 5 | 0 | 41 | 272 | 41 | 62 |
| Binary | 1010101 | 10100010 | 10101010 | 110010 | 101 | 0 | 100001 | 10111010 | 100001 | 110010 |
Color Harmonies of #55A2AA
Complementary color
Monochromatic Colors of #55A2AA
Black with #55A2AA
Text Example
Text Example
White with #55A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2AA; }
p { color: rgb(85,162,170); }
H1.HeaderClassName
{
color: #55A2AA;
}
.AnyTagClassName
{
color: #55A2AA;
}
</style>
background-color css
<style>
a { background-color: #55A2AA; }
a { background-color: rgb(85,162,170); }
div.DivClassName
{
background-color: #55A2AA;
}
.BgClassName
{
background-color: #55A2AA;
}
</style>
border-color css
<style>
span { border-color: #55A2AA; }
span { border-color: rgb(85,162,170); }
td.TdClassName
{
border-color: #55A2AA;
}
.TagClassName
{
border-color: #55A2AA;
}
</style>