Shades of Shakespeare #55A2B9
Tints of Shakespeare #55A2B9
RGB
CMYK
RGB Variations
Color information
#55A2B9 (or 0x55A2B9) is known color: Shakespeare. HEX triplet: 55, A2 and B9. RGB value is (85,162,185). Sum of RGB (Red+Green+Blue) = 85+162+185=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #55A2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2B9 is #AA5D46. Grayscale: #8D8D8D. Windows color (decimal): -11164999 or 12165717. OLE color: 12165717.
HSL color Cylindrical-coordinate representation of color #55A2B9: hue angle of 193.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A2B9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 162 | 185 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.27 |
| HSL | 193.8º | 0.42% | 0.53% | - |
| HSV(B) | 193.8º | 0.54% | 0.73% | - |
| XYZ | 25.42 | 31.27 | 50.6 | - |
| YUV | 141.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 185 | 0.54 | 0.12 | 0 | 0.27 | 193.8 | 0.42 | 0.53 |
| Hex | 55 | A2 | B9 | 36 | C | 0 | 1B | C2 | 2A | 35 |
| Octal | 125 | 242 | 271 | 66 | 14 | 0 | 33 | 302 | 52 | 65 |
| Binary | 1010101 | 10100010 | 10111001 | 110110 | 1100 | 0 | 11011 | 11000010 | 101010 | 110101 |
Color Harmonies of #55A2B9
Complementary color
Monochromatic Colors of #55A2B9
Black with #55A2B9
Text Example
Text Example
White with #55A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2B9; }
p { color: rgb(85,162,185); }
H1.HeaderClassName
{
color: #55A2B9;
}
.AnyTagClassName
{
color: #55A2B9;
}
</style>
background-color css
<style>
a { background-color: #55A2B9; }
a { background-color: rgb(85,162,185); }
div.DivClassName
{
background-color: #55A2B9;
}
.BgClassName
{
background-color: #55A2B9;
}
</style>
border-color css
<style>
span { border-color: #55A2B9; }
span { border-color: rgb(85,162,185); }
td.TdClassName
{
border-color: #55A2B9;
}
.TagClassName
{
border-color: #55A2B9;
}
</style>