Shades of Shakespeare #519EBD
Tints of Shakespeare #519EBD
RGB
CMYK
RGB Variations
Color information
#519EBD (or 0x519EBD) is known color: Shakespeare. HEX triplet: 51, 9E and BD. RGB value is (81,158,189). Sum of RGB (Red+Green+Blue) = 81+158+189=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #519EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EBD is #AE6142. Grayscale: #8A8A8A. Windows color (decimal): -11428163 or 12426833. OLE color: 12426833.
HSL color Cylindrical-coordinate representation of color #519EBD: hue angle of 197.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519EBD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 158 | 189 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.26 |
| HSL | 197.22º | 0.45% | 0.53% | - |
| HSV(B) | 197.22º | 0.57% | 0.74% | - |
| XYZ | 24.81 | 29.88 | 52.6 | - |
| YUV | 138.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 189 | 0.57 | 0.16 | 0 | 0.26 | 197.22 | 0.45 | 0.53 |
| Hex | 51 | 9E | BD | 39 | 10 | 0 | 1A | C5 | 2D | 35 |
| Octal | 121 | 236 | 275 | 71 | 20 | 0 | 32 | 305 | 55 | 65 |
| Binary | 1010001 | 10011110 | 10111101 | 111001 | 10000 | 0 | 11010 | 11000101 | 101101 | 110101 |
Color Harmonies of #519EBD
Complementary color
Monochromatic Colors of #519EBD
Black with #519EBD
Text Example
Text Example
White with #519EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EBD; }
p { color: rgb(81,158,189); }
H1.HeaderClassName
{
color: #519EBD;
}
.AnyTagClassName
{
color: #519EBD;
}
</style>
background-color css
<style>
a { background-color: #519EBD; }
a { background-color: rgb(81,158,189); }
div.DivClassName
{
background-color: #519EBD;
}
.BgClassName
{
background-color: #519EBD;
}
</style>
border-color css
<style>
span { border-color: #519EBD; }
span { border-color: rgb(81,158,189); }
td.TdClassName
{
border-color: #519EBD;
}
.TagClassName
{
border-color: #519EBD;
}
</style>