Shades of Cadet Blue #55A2A0
Tints of Cadet Blue #55A2A0
RGB
CMYK
RGB Variations
Color information
#55A2A0 (or 0x55A2A0) is known color: Cadet Blue. HEX triplet: 55, A2 and A0. RGB value is (85,162,160). Sum of RGB (Red+Green+Blue) = 85+162+160=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #55A2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A2A0 is #AA5D5F. Grayscale: #8A8A8A. Windows color (decimal): -11165024 or 10527317. OLE color: 10527317.
HSL color Cylindrical-coordinate representation of color #55A2A0: hue angle of 178.44º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A2A0 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 160 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.36 |
| HSL | 178.44º | 0.31% | 0.48% | - |
| HSV(B) | 178.44º | 0.48% | 0.64% | - |
| XYZ | 23.01 | 30.31 | 37.9 | - |
| YUV | 138.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 160 | 0.48 | 0 | 0.01 | 0.36 | 178.44 | 0.31 | 0.48 |
| Hex | 55 | A2 | A0 | 30 | 0 | 1 | 24 | B2 | 1F | 30 |
| Octal | 125 | 242 | 240 | 60 | 0 | 1 | 44 | 262 | 37 | 60 |
| Binary | 1010101 | 10100010 | 10100000 | 110000 | 0 | 1 | 100100 | 10110010 | 11111 | 110000 |
Color Harmonies of #55A2A0
Complementary color
Monochromatic Colors of #55A2A0
Black with #55A2A0
Text Example
Text Example
White with #55A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2A0; }
p { color: rgb(85,162,160); }
H1.HeaderClassName
{
color: #55A2A0;
}
.AnyTagClassName
{
color: #55A2A0;
}
</style>
background-color css
<style>
a { background-color: #55A2A0; }
a { background-color: rgb(85,162,160); }
div.DivClassName
{
background-color: #55A2A0;
}
.BgClassName
{
background-color: #55A2A0;
}
</style>
border-color css
<style>
span { border-color: #55A2A0; }
span { border-color: rgb(85,162,160); }
td.TdClassName
{
border-color: #55A2A0;
}
.TagClassName
{
border-color: #55A2A0;
}
</style>