Shades of Shakespeare #519CC1
Tints of Shakespeare #519CC1
RGB
CMYK
RGB Variations
Color information
#519CC1 (or 0x519CC1) is known color: Shakespeare. HEX triplet: 51, 9C and C1. RGB value is (81,156,193). Sum of RGB (Red+Green+Blue) = 81+156+193=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #519CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CC1 is #AE633E. Grayscale: #898989. Windows color (decimal): -11428671 or 12688465. OLE color: 12688465.
HSL color Cylindrical-coordinate representation of color #519CC1: hue angle of 199.82º 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 #519CC1 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 156 | 193 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.24 |
| HSL | 199.82º | 0.47% | 0.54% | - |
| HSV(B) | 199.82º | 0.58% | 0.76% | - |
| XYZ | 24.91 | 29.38 | 54.81 | - |
| YUV | 137.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 193 | 0.58 | 0.19 | 0 | 0.24 | 199.82 | 0.47 | 0.54 |
| Hex | 51 | 9C | C1 | 3A | 13 | 0 | 18 | C8 | 2F | 36 |
| Octal | 121 | 234 | 301 | 72 | 23 | 0 | 30 | 310 | 57 | 66 |
| Binary | 1010001 | 10011100 | 11000001 | 111010 | 10011 | 0 | 11000 | 11001000 | 101111 | 110110 |
Color Harmonies of #519CC1
Complementary color
Monochromatic Colors of #519CC1
Black with #519CC1
Text Example
Text Example
White with #519CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CC1; }
p { color: rgb(81,156,193); }
H1.HeaderClassName
{
color: #519CC1;
}
.AnyTagClassName
{
color: #519CC1;
}
</style>
background-color css
<style>
a { background-color: #519CC1; }
a { background-color: rgb(81,156,193); }
div.DivClassName
{
background-color: #519CC1;
}
.BgClassName
{
background-color: #519CC1;
}
</style>
border-color css
<style>
span { border-color: #519CC1; }
span { border-color: rgb(81,156,193); }
td.TdClassName
{
border-color: #519CC1;
}
.TagClassName
{
border-color: #519CC1;
}
</style>