Shades of Cadet Blue #55AAAA
Tints of Cadet Blue #55AAAA
RGB
CMYK
RGB Variations
Color information
#55AAAA (or 0x55AAAA) is known color: Cadet Blue. HEX triplet: 55, AA and AA. RGB value is (85,170,170). Sum of RGB (Red+Green+Blue) = 85+170+170=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #55AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAAA is #AA5555. Grayscale: #909090. Windows color (decimal): -11162966 or 11184725. OLE color: 11184725.
HSL color Cylindrical-coordinate representation of color #55AAAA: hue angle of 180º 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 #55AAAA is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 170 | - |
| CMYK | 0.50 | 0 | 0 | 0.33 |
| HSL | 180º | 0.33% | 0.5% | - |
| HSV(B) | 180º | 0.5% | 0.67% | - |
| XYZ | 25.38 | 33.58 | 43.17 | - |
| YUV | 144.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 170 | 0.50 | 0 | 0 | 0.33 | 180 | 0.33 | 0.5 |
| Hex | 55 | AA | AA | 32 | 0 | 0 | 21 | B4 | 21 | 32 |
| Octal | 125 | 252 | 252 | 62 | 0 | 0 | 41 | 264 | 41 | 62 |
| Binary | 1010101 | 10101010 | 10101010 | 110010 | 0 | 0 | 100001 | 10110100 | 100001 | 110010 |
Color Harmonies of #55AAAA
Complementary color
Monochromatic Colors of #55AAAA
Black with #55AAAA
Text Example
Text Example
White with #55AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAAA; }
p { color: rgb(85,170,170); }
H1.HeaderClassName
{
color: #55AAAA;
}
.AnyTagClassName
{
color: #55AAAA;
}
</style>
background-color css
<style>
a { background-color: #55AAAA; }
a { background-color: rgb(85,170,170); }
div.DivClassName
{
background-color: #55AAAA;
}
.BgClassName
{
background-color: #55AAAA;
}
</style>
border-color css
<style>
span { border-color: #55AAAA; }
span { border-color: rgb(85,170,170); }
td.TdClassName
{
border-color: #55AAAA;
}
.TagClassName
{
border-color: #55AAAA;
}
</style>