Shades of Shakespeare #55A4BC
Tints of Shakespeare #55A4BC
RGB
CMYK
RGB Variations
Color information
#55A4BC (or 0x55A4BC) is known color: Shakespeare. HEX triplet: 55, A4 and BC. RGB value is (85,164,188). Sum of RGB (Red+Green+Blue) = 85+164+188=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #55A4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4BC is #AA5B43. Grayscale: #8E8E8E. Windows color (decimal): -11164484 or 12362837. OLE color: 12362837.
HSL color Cylindrical-coordinate representation of color #55A4BC: hue angle of 193.98º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55A4BC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 164 | 188 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.26 |
| HSL | 193.98º | 0.43% | 0.54% | - |
| HSV(B) | 193.98º | 0.55% | 0.74% | - |
| XYZ | 26.1 | 32.11 | 52.4 | - |
| YUV | 143.12 | 153.33 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 188 | 0.55 | 0.13 | 0 | 0.26 | 193.98 | 0.43 | 0.54 |
| Hex | 55 | A4 | BC | 37 | D | 0 | 1A | C2 | 2B | 36 |
| Octal | 125 | 244 | 274 | 67 | 15 | 0 | 32 | 302 | 53 | 66 |
| Binary | 1010101 | 10100100 | 10111100 | 110111 | 1101 | 0 | 11010 | 11000010 | 101011 | 110110 |
Color Harmonies of #55A4BC
Complementary color
Monochromatic Colors of #55A4BC
Black with #55A4BC
Text Example
Text Example
White with #55A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4BC; }
p { color: rgb(85,164,188); }
H1.HeaderClassName
{
color: #55A4BC;
}
.AnyTagClassName
{
color: #55A4BC;
}
</style>
background-color css
<style>
a { background-color: #55A4BC; }
a { background-color: rgb(85,164,188); }
div.DivClassName
{
background-color: #55A4BC;
}
.BgClassName
{
background-color: #55A4BC;
}
</style>
border-color css
<style>
span { border-color: #55A4BC; }
span { border-color: rgb(85,164,188); }
td.TdClassName
{
border-color: #55A4BC;
}
.TagClassName
{
border-color: #55A4BC;
}
</style>