Shades of Shakespeare #519DBE
Tints of Shakespeare #519DBE
RGB
CMYK
RGB Variations
Color information
#519DBE (or 0x519DBE) is known color: Shakespeare. HEX triplet: 51, 9D and BE. RGB value is (81,157,190). Sum of RGB (Red+Green+Blue) = 81+157+190=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #519DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DBE is #AE6241. Grayscale: #898989. Windows color (decimal): -11428418 or 12492113. OLE color: 12492113.
HSL color Cylindrical-coordinate representation of color #519DBE: hue angle of 198.17º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519DBE is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 157 | 190 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.25 |
| HSL | 198.17º | 0.46% | 0.53% | - |
| HSV(B) | 198.17º | 0.57% | 0.75% | - |
| XYZ | 24.74 | 29.58 | 53.12 | - |
| YUV | 138.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 190 | 0.57 | 0.17 | 0 | 0.25 | 198.17 | 0.46 | 0.53 |
| Hex | 51 | 9D | BE | 39 | 11 | 0 | 19 | C6 | 2E | 35 |
| Octal | 121 | 235 | 276 | 71 | 21 | 0 | 31 | 306 | 56 | 65 |
| Binary | 1010001 | 10011101 | 10111110 | 111001 | 10001 | 0 | 11001 | 11000110 | 101110 | 110101 |
Color Harmonies of #519DBE
Complementary color
Monochromatic Colors of #519DBE
Black with #519DBE
Text Example
Text Example
White with #519DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DBE; }
p { color: rgb(81,157,190); }
H1.HeaderClassName
{
color: #519DBE;
}
.AnyTagClassName
{
color: #519DBE;
}
</style>
background-color css
<style>
a { background-color: #519DBE; }
a { background-color: rgb(81,157,190); }
div.DivClassName
{
background-color: #519DBE;
}
.BgClassName
{
background-color: #519DBE;
}
</style>
border-color css
<style>
span { border-color: #519DBE; }
span { border-color: rgb(81,157,190); }
td.TdClassName
{
border-color: #519DBE;
}
.TagClassName
{
border-color: #519DBE;
}
</style>