Shades of Shakespeare #55A2B6
Tints of Shakespeare #55A2B6
RGB
CMYK
RGB Variations
Color information
#55A2B6 (or 0x55A2B6) is known color: Shakespeare. HEX triplet: 55, A2 and B6. RGB value is (85,162,182). Sum of RGB (Red+Green+Blue) = 85+162+182=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #55A2B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2B6 is #AA5D49. Grayscale: #8D8D8D. Windows color (decimal): -11165002 or 11969109. OLE color: 11969109.
HSL color Cylindrical-coordinate representation of color #55A2B6: hue angle of 192.37º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55A2B6 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 162 | 182 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.29 |
| HSL | 192.37º | 0.4% | 0.52% | - |
| HSV(B) | 192.37º | 0.53% | 0.71% | - |
| XYZ | 25.11 | 31.15 | 48.94 | - |
| YUV | 141.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 182 | 0.53 | 0.11 | 0 | 0.29 | 192.37 | 0.4 | 0.52 |
| Hex | 55 | A2 | B6 | 35 | B | 0 | 1D | C0 | 28 | 34 |
| Octal | 125 | 242 | 266 | 65 | 13 | 0 | 35 | 300 | 50 | 64 |
| Binary | 1010101 | 10100010 | 10110110 | 110101 | 1011 | 0 | 11101 | 11000000 | 101000 | 110100 |
Color Harmonies of #55A2B6
Complementary color
Monochromatic Colors of #55A2B6
Black with #55A2B6
Text Example
Text Example
White with #55A2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2B6; }
p { color: rgb(85,162,182); }
H1.HeaderClassName
{
color: #55A2B6;
}
.AnyTagClassName
{
color: #55A2B6;
}
</style>
background-color css
<style>
a { background-color: #55A2B6; }
a { background-color: rgb(85,162,182); }
div.DivClassName
{
background-color: #55A2B6;
}
.BgClassName
{
background-color: #55A2B6;
}
</style>
border-color css
<style>
span { border-color: #55A2B6; }
span { border-color: rgb(85,162,182); }
td.TdClassName
{
border-color: #55A2B6;
}
.TagClassName
{
border-color: #55A2B6;
}
</style>