Shades of Shakespeare #519DB0
Tints of Shakespeare #519DB0
RGB
CMYK
RGB Variations
Color information
#519DB0 (or 0x519DB0) is known color: Shakespeare. HEX triplet: 51, 9D and B0. RGB value is (81,157,176). Sum of RGB (Red+Green+Blue) = 81+157+176=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 176 - color contains mainly: blue. Hex color #519DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DB0 is #AE624F. Grayscale: #888888. Windows color (decimal): -11428432 or 11574609. OLE color: 11574609.
HSL color Cylindrical-coordinate representation of color #519DB0: hue angle of 192º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519DB0 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 157 | 176 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.31 |
| HSL | 192º | 0.38% | 0.5% | - |
| HSV(B) | 192º | 0.54% | 0.69% | - |
| XYZ | 23.29 | 29 | 45.44 | - |
| YUV | 136.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 176 | 0.54 | 0.11 | 0 | 0.31 | 192 | 0.38 | 0.5 |
| Hex | 51 | 9D | B0 | 36 | B | 0 | 1F | C0 | 26 | 32 |
| Octal | 121 | 235 | 260 | 66 | 13 | 0 | 37 | 300 | 46 | 62 |
| Binary | 1010001 | 10011101 | 10110000 | 110110 | 1011 | 0 | 11111 | 11000000 | 100110 | 110010 |
Color Harmonies of #519DB0
Complementary color
Monochromatic Colors of #519DB0
Black with #519DB0
Text Example
Text Example
White with #519DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DB0; }
p { color: rgb(81,157,176); }
H1.HeaderClassName
{
color: #519DB0;
}
.AnyTagClassName
{
color: #519DB0;
}
</style>
background-color css
<style>
a { background-color: #519DB0; }
a { background-color: rgb(81,157,176); }
div.DivClassName
{
background-color: #519DB0;
}
.BgClassName
{
background-color: #519DB0;
}
</style>
border-color css
<style>
span { border-color: #519DB0; }
span { border-color: rgb(81,157,176); }
td.TdClassName
{
border-color: #519DB0;
}
.TagClassName
{
border-color: #519DB0;
}
</style>