Shades of Cadet Blue #55A5AB
Tints of Cadet Blue #55A5AB
RGB
CMYK
RGB Variations
Color information
#55A5AB (or 0x55A5AB) is known color: Cadet Blue. HEX triplet: 55, A5 and AB. RGB value is (85,165,171). Sum of RGB (Red+Green+Blue) = 85+165+171=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #55A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A5AB is #AA5A54. Grayscale: #8D8D8D. Windows color (decimal): -11164245 or 11248981. OLE color: 11248981.
HSL color Cylindrical-coordinate representation of color #55A5AB: hue angle of 184.19º 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 #55A5AB is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 165 | 171 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.33 |
| HSL | 184.19º | 0.34% | 0.5% | - |
| HSV(B) | 184.19º | 0.5% | 0.67% | - |
| XYZ | 24.55 | 31.78 | 43.37 | - |
| YUV | 141.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 171 | 0.50 | 0.04 | 0 | 0.33 | 184.19 | 0.34 | 0.5 |
| Hex | 55 | A5 | AB | 32 | 4 | 0 | 21 | B8 | 22 | 32 |
| Octal | 125 | 245 | 253 | 62 | 4 | 0 | 41 | 270 | 42 | 62 |
| Binary | 1010101 | 10100101 | 10101011 | 110010 | 100 | 0 | 100001 | 10111000 | 100010 | 110010 |
Color Harmonies of #55A5AB
Complementary color
Monochromatic Colors of #55A5AB
Black with #55A5AB
Text Example
Text Example
White with #55A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A5AB; }
p { color: rgb(85,165,171); }
H1.HeaderClassName
{
color: #55A5AB;
}
.AnyTagClassName
{
color: #55A5AB;
}
</style>
background-color css
<style>
a { background-color: #55A5AB; }
a { background-color: rgb(85,165,171); }
div.DivClassName
{
background-color: #55A5AB;
}
.BgClassName
{
background-color: #55A5AB;
}
</style>
border-color css
<style>
span { border-color: #55A5AB; }
span { border-color: rgb(85,165,171); }
td.TdClassName
{
border-color: #55A5AB;
}
.TagClassName
{
border-color: #55A5AB;
}
</style>