Shades of Shakespeare #559EBA
Tints of Shakespeare #559EBA
RGB
CMYK
RGB Variations
Color information
#559EBA (or 0x559EBA) is known color: Shakespeare. HEX triplet: 55, 9E and BA. RGB value is (85,158,186). Sum of RGB (Red+Green+Blue) = 85+158+186=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #559EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EBA is #AA6145. Grayscale: #8B8B8B. Windows color (decimal): -11166022 or 12230229. OLE color: 12230229.
HSL color Cylindrical-coordinate representation of color #559EBA: hue angle of 196.63º 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 #559EBA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 158 | 186 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.27 |
| HSL | 196.63º | 0.42% | 0.53% | - |
| HSV(B) | 196.63º | 0.54% | 0.73% | - |
| XYZ | 24.84 | 29.93 | 50.92 | - |
| YUV | 139.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 186 | 0.54 | 0.15 | 0 | 0.27 | 196.63 | 0.42 | 0.53 |
| Hex | 55 | 9E | BA | 36 | F | 0 | 1B | C5 | 2A | 35 |
| Octal | 125 | 236 | 272 | 66 | 17 | 0 | 33 | 305 | 52 | 65 |
| Binary | 1010101 | 10011110 | 10111010 | 110110 | 1111 | 0 | 11011 | 11000101 | 101010 | 110101 |
Color Harmonies of #559EBA
Complementary color
Monochromatic Colors of #559EBA
Black with #559EBA
Text Example
Text Example
White with #559EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EBA; }
p { color: rgb(85,158,186); }
H1.HeaderClassName
{
color: #559EBA;
}
.AnyTagClassName
{
color: #559EBA;
}
</style>
background-color css
<style>
a { background-color: #559EBA; }
a { background-color: rgb(85,158,186); }
div.DivClassName
{
background-color: #559EBA;
}
.BgClassName
{
background-color: #559EBA;
}
</style>
border-color css
<style>
span { border-color: #559EBA; }
span { border-color: rgb(85,158,186); }
td.TdClassName
{
border-color: #559EBA;
}
.TagClassName
{
border-color: #559EBA;
}
</style>