Shades of Cadet Blue #55AAA7
Tints of Cadet Blue #55AAA7
RGB
CMYK
RGB Variations
Color information
#55AAA7 (or 0x55AAA7) is known color: Cadet Blue. HEX triplet: 55, AA and A7. RGB value is (85,170,167). Sum of RGB (Red+Green+Blue) = 85+170+167=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #55AAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAA7 is #AA5558. Grayscale: #909090. Windows color (decimal): -11162969 or 10988117. OLE color: 10988117.
HSL color Cylindrical-coordinate representation of color #55AAA7: hue angle of 177.88º 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 #55AAA7 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 167 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.33 |
| HSL | 177.88º | 0.33% | 0.5% | - |
| HSV(B) | 177.88º | 0.5% | 0.67% | - |
| XYZ | 25.1 | 33.47 | 41.7 | - |
| YUV | 144.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 167 | 0.50 | 0 | 0.02 | 0.33 | 177.88 | 0.33 | 0.5 |
| Hex | 55 | AA | A7 | 32 | 0 | 2 | 21 | B2 | 21 | 32 |
| Octal | 125 | 252 | 247 | 62 | 0 | 2 | 41 | 262 | 41 | 62 |
| Binary | 1010101 | 10101010 | 10100111 | 110010 | 0 | 10 | 100001 | 10110010 | 100001 | 110010 |
Color Harmonies of #55AAA7
Complementary color
Monochromatic Colors of #55AAA7
Black with #55AAA7
Text Example
Text Example
White with #55AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAA7; }
p { color: rgb(85,170,167); }
H1.HeaderClassName
{
color: #55AAA7;
}
.AnyTagClassName
{
color: #55AAA7;
}
</style>
background-color css
<style>
a { background-color: #55AAA7; }
a { background-color: rgb(85,170,167); }
div.DivClassName
{
background-color: #55AAA7;
}
.BgClassName
{
background-color: #55AAA7;
}
</style>
border-color css
<style>
span { border-color: #55AAA7; }
span { border-color: rgb(85,170,167); }
td.TdClassName
{
border-color: #55AAA7;
}
.TagClassName
{
border-color: #55AAA7;
}
</style>