Shades of Shakespeare #559EBC
Tints of Shakespeare #559EBC
RGB
CMYK
RGB Variations
Color information
#559EBC (or 0x559EBC) is known color: Shakespeare. HEX triplet: 55, 9E and BC. RGB value is (85,158,188). Sum of RGB (Red+Green+Blue) = 85+158+188=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #559EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EBC is #AA6143. Grayscale: #8B8B8B. Windows color (decimal): -11166020 or 12361301. OLE color: 12361301.
HSL color Cylindrical-coordinate representation of color #559EBC: hue angle of 197.48º 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 #559EBC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 158 | 188 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.26 |
| HSL | 197.48º | 0.43% | 0.54% | - |
| HSV(B) | 197.48º | 0.55% | 0.74% | - |
| XYZ | 25.05 | 30.02 | 52.05 | - |
| YUV | 139.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 188 | 0.55 | 0.16 | 0 | 0.26 | 197.48 | 0.43 | 0.54 |
| Hex | 55 | 9E | BC | 37 | 10 | 0 | 1A | C5 | 2B | 36 |
| Octal | 125 | 236 | 274 | 67 | 20 | 0 | 32 | 305 | 53 | 66 |
| Binary | 1010101 | 10011110 | 10111100 | 110111 | 10000 | 0 | 11010 | 11000101 | 101011 | 110110 |
Color Harmonies of #559EBC
Complementary color
Monochromatic Colors of #559EBC
Black with #559EBC
Text Example
Text Example
White with #559EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EBC; }
p { color: rgb(85,158,188); }
H1.HeaderClassName
{
color: #559EBC;
}
.AnyTagClassName
{
color: #559EBC;
}
</style>
background-color css
<style>
a { background-color: #559EBC; }
a { background-color: rgb(85,158,188); }
div.DivClassName
{
background-color: #559EBC;
}
.BgClassName
{
background-color: #559EBC;
}
</style>
border-color css
<style>
span { border-color: #559EBC; }
span { border-color: rgb(85,158,188); }
td.TdClassName
{
border-color: #559EBC;
}
.TagClassName
{
border-color: #559EBC;
}
</style>