Shades of Shakespeare #519FC1
Tints of Shakespeare #519FC1
RGB
CMYK
RGB Variations
Color information
#519FC1 (or 0x519FC1) is known color: Shakespeare. HEX triplet: 51, 9F and C1. RGB value is (81,159,193). Sum of RGB (Red+Green+Blue) = 81+159+193=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #519FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FC1 is #AE603E. Grayscale: #8B8B8B. Windows color (decimal): -11427903 or 12689233. OLE color: 12689233.
HSL color Cylindrical-coordinate representation of color #519FC1: hue angle of 198.21º degrees, saturation: 0.47, 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 #519FC1 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 159 | 193 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.24 |
| HSL | 198.21º | 0.47% | 0.54% | - |
| HSV(B) | 198.21º | 0.58% | 0.76% | - |
| XYZ | 25.42 | 30.4 | 54.98 | - |
| YUV | 139.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 193 | 0.58 | 0.18 | 0 | 0.24 | 198.21 | 0.47 | 0.54 |
| Hex | 51 | 9F | C1 | 3A | 12 | 0 | 18 | C6 | 2F | 36 |
| Octal | 121 | 237 | 301 | 72 | 22 | 0 | 30 | 306 | 57 | 66 |
| Binary | 1010001 | 10011111 | 11000001 | 111010 | 10010 | 0 | 11000 | 11000110 | 101111 | 110110 |
Color Harmonies of #519FC1
Complementary color
Monochromatic Colors of #519FC1
Black with #519FC1
Text Example
Text Example
White with #519FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FC1; }
p { color: rgb(81,159,193); }
H1.HeaderClassName
{
color: #519FC1;
}
.AnyTagClassName
{
color: #519FC1;
}
</style>
background-color css
<style>
a { background-color: #519FC1; }
a { background-color: rgb(81,159,193); }
div.DivClassName
{
background-color: #519FC1;
}
.BgClassName
{
background-color: #519FC1;
}
</style>
border-color css
<style>
span { border-color: #519FC1; }
span { border-color: rgb(81,159,193); }
td.TdClassName
{
border-color: #519FC1;
}
.TagClassName
{
border-color: #519FC1;
}
</style>