Shades of Cadet Blue #55A8AB
Tints of Cadet Blue #55A8AB
RGB
CMYK
RGB Variations
Color information
#55A8AB (or 0x55A8AB) is known color: Cadet Blue. HEX triplet: 55, A8 and AB. RGB value is (85,168,171). Sum of RGB (Red+Green+Blue) = 85+168+171=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #55A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A8AB is #AA5754. Grayscale: #8F8F8F. Windows color (decimal): -11163477 or 11249749. OLE color: 11249749.
HSL color Cylindrical-coordinate representation of color #55A8AB: hue angle of 182.09º degrees, saturation: 0.34, 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 #55A8AB is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 168 | 171 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.33 |
| HSL | 182.09º | 0.34% | 0.5% | - |
| HSV(B) | 182.09º | 0.5% | 0.67% | - |
| XYZ | 25.1 | 32.88 | 43.55 | - |
| YUV | 143.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 171 | 0.50 | 0.02 | 0 | 0.33 | 182.09 | 0.34 | 0.5 |
| Hex | 55 | A8 | AB | 32 | 2 | 0 | 21 | B6 | 22 | 32 |
| Octal | 125 | 250 | 253 | 62 | 2 | 0 | 41 | 266 | 42 | 62 |
| Binary | 1010101 | 10101000 | 10101011 | 110010 | 10 | 0 | 100001 | 10110110 | 100010 | 110010 |
Color Harmonies of #55A8AB
Complementary color
Monochromatic Colors of #55A8AB
Black with #55A8AB
Text Example
Text Example
White with #55A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8AB; }
p { color: rgb(85,168,171); }
H1.HeaderClassName
{
color: #55A8AB;
}
.AnyTagClassName
{
color: #55A8AB;
}
</style>
background-color css
<style>
a { background-color: #55A8AB; }
a { background-color: rgb(85,168,171); }
div.DivClassName
{
background-color: #55A8AB;
}
.BgClassName
{
background-color: #55A8AB;
}
</style>
border-color css
<style>
span { border-color: #55A8AB; }
span { border-color: rgb(85,168,171); }
td.TdClassName
{
border-color: #55A8AB;
}
.TagClassName
{
border-color: #55A8AB;
}
</style>