Shades of Shakespeare #519DC0
Tints of Shakespeare #519DC0
RGB
CMYK
RGB Variations
Color information
#519DC0 (or 0x519DC0) is known color: Shakespeare. HEX triplet: 51, 9D and C0. RGB value is (81,157,192). Sum of RGB (Red+Green+Blue) = 81+157+192=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #519DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DC0 is #AE623F. Grayscale: #8A8A8A. Windows color (decimal): -11428416 or 12623185. OLE color: 12623185.
HSL color Cylindrical-coordinate representation of color #519DC0: hue angle of 198.92º 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 #519DC0 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 157 | 192 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.25 |
| HSL | 198.92º | 0.47% | 0.54% | - |
| HSV(B) | 198.92º | 0.58% | 0.75% | - |
| XYZ | 24.96 | 29.67 | 54.28 | - |
| YUV | 138.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 192 | 0.58 | 0.18 | 0 | 0.25 | 198.92 | 0.47 | 0.54 |
| Hex | 51 | 9D | C0 | 3A | 12 | 0 | 19 | C7 | 2F | 36 |
| Octal | 121 | 235 | 300 | 72 | 22 | 0 | 31 | 307 | 57 | 66 |
| Binary | 1010001 | 10011101 | 11000000 | 111010 | 10010 | 0 | 11001 | 11000111 | 101111 | 110110 |
Color Harmonies of #519DC0
Complementary color
Monochromatic Colors of #519DC0
Black with #519DC0
Text Example
Text Example
White with #519DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DC0; }
p { color: rgb(81,157,192); }
H1.HeaderClassName
{
color: #519DC0;
}
.AnyTagClassName
{
color: #519DC0;
}
</style>
background-color css
<style>
a { background-color: #519DC0; }
a { background-color: rgb(81,157,192); }
div.DivClassName
{
background-color: #519DC0;
}
.BgClassName
{
background-color: #519DC0;
}
</style>
border-color css
<style>
span { border-color: #519DC0; }
span { border-color: rgb(81,157,192); }
td.TdClassName
{
border-color: #519DC0;
}
.TagClassName
{
border-color: #519DC0;
}
</style>