Shades of Shakespeare #55A4B6
Tints of Shakespeare #55A4B6
RGB
CMYK
RGB Variations
Color information
#55A4B6 (or 0x55A4B6) is known color: Shakespeare. HEX triplet: 55, A4 and B6. RGB value is (85,164,182). Sum of RGB (Red+Green+Blue) = 85+164+182=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #55A4B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4B6 is #AA5B49. Grayscale: #8E8E8E. Windows color (decimal): -11164490 or 11969621. OLE color: 11969621.
HSL color Cylindrical-coordinate representation of color #55A4B6: hue angle of 191.13º 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 #55A4B6 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 164 | 182 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.29 |
| HSL | 191.13º | 0.4% | 0.52% | - |
| HSV(B) | 191.13º | 0.53% | 0.71% | - |
| XYZ | 25.47 | 31.86 | 49.06 | - |
| YUV | 142.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 182 | 0.53 | 0.10 | 0 | 0.29 | 191.13 | 0.4 | 0.52 |
| Hex | 55 | A4 | B6 | 35 | A | 0 | 1D | BF | 28 | 34 |
| Octal | 125 | 244 | 266 | 65 | 12 | 0 | 35 | 277 | 50 | 64 |
| Binary | 1010101 | 10100100 | 10110110 | 110101 | 1010 | 0 | 11101 | 10111111 | 101000 | 110100 |
Color Harmonies of #55A4B6
Complementary color
Monochromatic Colors of #55A4B6
Black with #55A4B6
Text Example
Text Example
White with #55A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4B6; }
p { color: rgb(85,164,182); }
H1.HeaderClassName
{
color: #55A4B6;
}
.AnyTagClassName
{
color: #55A4B6;
}
</style>
background-color css
<style>
a { background-color: #55A4B6; }
a { background-color: rgb(85,164,182); }
div.DivClassName
{
background-color: #55A4B6;
}
.BgClassName
{
background-color: #55A4B6;
}
</style>
border-color css
<style>
span { border-color: #55A4B6; }
span { border-color: rgb(85,164,182); }
td.TdClassName
{
border-color: #55A4B6;
}
.TagClassName
{
border-color: #55A4B6;
}
</style>