Shades of Shakespeare #519DBF
Tints of Shakespeare #519DBF
RGB
CMYK
RGB Variations
Color information
#519DBF (or 0x519DBF) is known color: Shakespeare. HEX triplet: 51, 9D and BF. RGB value is (81,157,191). Sum of RGB (Red+Green+Blue) = 81+157+191=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #519DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DBF is #AE6240. Grayscale: #898989. Windows color (decimal): -11428417 or 12557649. OLE color: 12557649.
HSL color Cylindrical-coordinate representation of color #519DBF: hue angle of 198.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519DBF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 157 | 191 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.25 |
| HSL | 198.55º | 0.46% | 0.53% | - |
| HSV(B) | 198.55º | 0.58% | 0.75% | - |
| XYZ | 24.85 | 29.62 | 53.7 | - |
| YUV | 138.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 191 | 0.58 | 0.18 | 0 | 0.25 | 198.55 | 0.46 | 0.53 |
| Hex | 51 | 9D | BF | 3A | 12 | 0 | 19 | C7 | 2E | 35 |
| Octal | 121 | 235 | 277 | 72 | 22 | 0 | 31 | 307 | 56 | 65 |
| Binary | 1010001 | 10011101 | 10111111 | 111010 | 10010 | 0 | 11001 | 11000111 | 101110 | 110101 |
Color Harmonies of #519DBF
Complementary color
Monochromatic Colors of #519DBF
Black with #519DBF
Text Example
Text Example
White with #519DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DBF; }
p { color: rgb(81,157,191); }
H1.HeaderClassName
{
color: #519DBF;
}
.AnyTagClassName
{
color: #519DBF;
}
</style>
background-color css
<style>
a { background-color: #519DBF; }
a { background-color: rgb(81,157,191); }
div.DivClassName
{
background-color: #519DBF;
}
.BgClassName
{
background-color: #519DBF;
}
</style>
border-color css
<style>
span { border-color: #519DBF; }
span { border-color: rgb(81,157,191); }
td.TdClassName
{
border-color: #519DBF;
}
.TagClassName
{
border-color: #519DBF;
}
</style>