Shades of Shakespeare #519EC0
Tints of Shakespeare #519EC0
RGB
CMYK
RGB Variations
Color information
#519EC0 (or 0x519EC0) is known color: Shakespeare. HEX triplet: 51, 9E and C0. RGB value is (81,158,192). Sum of RGB (Red+Green+Blue) = 81+158+192=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #519EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EC0 is #AE613F. Grayscale: #8A8A8A. Windows color (decimal): -11428160 or 12623441. OLE color: 12623441.
HSL color Cylindrical-coordinate representation of color #519EC0: hue angle of 198.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519EC0 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 158 | 192 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.25 |
| HSL | 198.38º | 0.47% | 0.54% | - |
| HSV(B) | 198.38º | 0.58% | 0.75% | - |
| XYZ | 25.13 | 30.01 | 54.34 | - |
| YUV | 138.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 192 | 0.58 | 0.18 | 0 | 0.25 | 198.38 | 0.47 | 0.54 |
| Hex | 51 | 9E | C0 | 3A | 12 | 0 | 19 | C6 | 2F | 36 |
| Octal | 121 | 236 | 300 | 72 | 22 | 0 | 31 | 306 | 57 | 66 |
| Binary | 1010001 | 10011110 | 11000000 | 111010 | 10010 | 0 | 11001 | 11000110 | 101111 | 110110 |
Color Harmonies of #519EC0
Complementary color
Monochromatic Colors of #519EC0
Black with #519EC0
Text Example
Text Example
White with #519EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EC0; }
p { color: rgb(81,158,192); }
H1.HeaderClassName
{
color: #519EC0;
}
.AnyTagClassName
{
color: #519EC0;
}
</style>
background-color css
<style>
a { background-color: #519EC0; }
a { background-color: rgb(81,158,192); }
div.DivClassName
{
background-color: #519EC0;
}
.BgClassName
{
background-color: #519EC0;
}
</style>
border-color css
<style>
span { border-color: #519EC0; }
span { border-color: rgb(81,158,192); }
td.TdClassName
{
border-color: #519EC0;
}
.TagClassName
{
border-color: #519EC0;
}
</style>