Shades of Shakespeare #519DC2
Tints of Shakespeare #519DC2
RGB
CMYK
RGB Variations
Color information
#519DC2 (or 0x519DC2) is known color: Shakespeare. HEX triplet: 51, 9D and C2. RGB value is (81,157,194). Sum of RGB (Red+Green+Blue) = 81+157+194=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #519DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DC2 is #AE623D. Grayscale: #8A8A8A. Windows color (decimal): -11428414 or 12754257. OLE color: 12754257.
HSL color Cylindrical-coordinate representation of color #519DC2: hue angle of 199.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519DC2 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 157 | 194 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.24 |
| HSL | 199.65º | 0.48% | 0.54% | - |
| HSV(B) | 199.65º | 0.58% | 0.76% | - |
| XYZ | 25.19 | 29.76 | 55.46 | - |
| YUV | 138.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 194 | 0.58 | 0.19 | 0 | 0.24 | 199.65 | 0.48 | 0.54 |
| Hex | 51 | 9D | C2 | 3A | 13 | 0 | 18 | C8 | 30 | 36 |
| Octal | 121 | 235 | 302 | 72 | 23 | 0 | 30 | 310 | 60 | 66 |
| Binary | 1010001 | 10011101 | 11000010 | 111010 | 10011 | 0 | 11000 | 11001000 | 110000 | 110110 |
Color Harmonies of #519DC2
Complementary color
Monochromatic Colors of #519DC2
Black with #519DC2
Text Example
Text Example
White with #519DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DC2; }
p { color: rgb(81,157,194); }
H1.HeaderClassName
{
color: #519DC2;
}
.AnyTagClassName
{
color: #519DC2;
}
</style>
background-color css
<style>
a { background-color: #519DC2; }
a { background-color: rgb(81,157,194); }
div.DivClassName
{
background-color: #519DC2;
}
.BgClassName
{
background-color: #519DC2;
}
</style>
border-color css
<style>
span { border-color: #519DC2; }
span { border-color: rgb(81,157,194); }
td.TdClassName
{
border-color: #519DC2;
}
.TagClassName
{
border-color: #519DC2;
}
</style>