Shades of Cadet Blue #55A0AC
Tints of Cadet Blue #55A0AC
RGB
CMYK
RGB Variations
Color information
#55A0AC (or 0x55A0AC) is known color: Cadet Blue. HEX triplet: 55, A0 and AC. RGB value is (85,160,172). Sum of RGB (Red+Green+Blue) = 85+160+172=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #55A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A0AC is #AA5F53. Grayscale: #8A8A8A. Windows color (decimal): -11165524 or 11313237. OLE color: 11313237.
HSL color Cylindrical-coordinate representation of color #55A0AC: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A0AC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 160 | 172 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.33 |
| HSL | 188.28º | 0.34% | 0.5% | - |
| HSV(B) | 188.28º | 0.51% | 0.67% | - |
| XYZ | 23.76 | 30.05 | 43.58 | - |
| YUV | 138.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 172 | 0.51 | 0.07 | 0 | 0.33 | 188.28 | 0.34 | 0.5 |
| Hex | 55 | A0 | AC | 33 | 7 | 0 | 21 | BC | 22 | 32 |
| Octal | 125 | 240 | 254 | 63 | 7 | 0 | 41 | 274 | 42 | 62 |
| Binary | 1010101 | 10100000 | 10101100 | 110011 | 111 | 0 | 100001 | 10111100 | 100010 | 110010 |
Color Harmonies of #55A0AC
Complementary color
Monochromatic Colors of #55A0AC
Black with #55A0AC
Text Example
Text Example
White with #55A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A0AC; }
p { color: rgb(85,160,172); }
H1.HeaderClassName
{
color: #55A0AC;
}
.AnyTagClassName
{
color: #55A0AC;
}
</style>
background-color css
<style>
a { background-color: #55A0AC; }
a { background-color: rgb(85,160,172); }
div.DivClassName
{
background-color: #55A0AC;
}
.BgClassName
{
background-color: #55A0AC;
}
</style>
border-color css
<style>
span { border-color: #55A0AC; }
span { border-color: rgb(85,160,172); }
td.TdClassName
{
border-color: #55A0AC;
}
.TagClassName
{
border-color: #55A0AC;
}
</style>