Shades of Cadet Blue #55A29E
Tints of Cadet Blue #55A29E
RGB
CMYK
RGB Variations
Color information
#55A29E (or 0x55A29E) is known color: Cadet Blue. HEX triplet: 55, A2 and 9E. RGB value is (85,162,158). Sum of RGB (Red+Green+Blue) = 85+162+158=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #55A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A29E is #AA5D61. Grayscale: #8A8A8A. Windows color (decimal): -11165026 or 10396245. OLE color: 10396245.
HSL color Cylindrical-coordinate representation of color #55A29E: hue angle of 176.88º 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 #55A29E is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 158 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.36 |
| HSL | 176.88º | 0.31% | 0.48% | - |
| HSV(B) | 176.88º | 0.48% | 0.64% | - |
| XYZ | 22.84 | 30.24 | 36.98 | - |
| YUV | 138.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 158 | 0.48 | 0 | 0.02 | 0.36 | 176.88 | 0.31 | 0.48 |
| Hex | 55 | A2 | 9E | 30 | 0 | 2 | 24 | B1 | 1F | 30 |
| Octal | 125 | 242 | 236 | 60 | 0 | 2 | 44 | 261 | 37 | 60 |
| Binary | 1010101 | 10100010 | 10011110 | 110000 | 0 | 10 | 100100 | 10110001 | 11111 | 110000 |
Color Harmonies of #55A29E
Complementary color
Monochromatic Colors of #55A29E
Black with #55A29E
Text Example
Text Example
White with #55A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A29E; }
p { color: rgb(85,162,158); }
H1.HeaderClassName
{
color: #55A29E;
}
.AnyTagClassName
{
color: #55A29E;
}
</style>
background-color css
<style>
a { background-color: #55A29E; }
a { background-color: rgb(85,162,158); }
div.DivClassName
{
background-color: #55A29E;
}
.BgClassName
{
background-color: #55A29E;
}
</style>
border-color css
<style>
span { border-color: #55A29E; }
span { border-color: rgb(85,162,158); }
td.TdClassName
{
border-color: #55A29E;
}
.TagClassName
{
border-color: #55A29E;
}
</style>