Shades of Shakespeare #519CB0
Tints of Shakespeare #519CB0
RGB
CMYK
RGB Variations
Color information
#519CB0 (or 0x519CB0) is known color: Shakespeare. HEX triplet: 51, 9C and B0. RGB value is (81,156,176). Sum of RGB (Red+Green+Blue) = 81+156+176=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #519CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519CB0 is #AE634F. Grayscale: #878787. Windows color (decimal): -11428688 or 11574353. OLE color: 11574353.
HSL color Cylindrical-coordinate representation of color #519CB0: hue angle of 192.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519CB0 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 156 | 176 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.31 |
| HSL | 192.63º | 0.38% | 0.5% | - |
| HSV(B) | 192.63º | 0.54% | 0.69% | - |
| XYZ | 23.12 | 28.66 | 45.39 | - |
| YUV | 135.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 176 | 0.54 | 0.11 | 0 | 0.31 | 192.63 | 0.38 | 0.5 |
| Hex | 51 | 9C | B0 | 36 | B | 0 | 1F | C1 | 26 | 32 |
| Octal | 121 | 234 | 260 | 66 | 13 | 0 | 37 | 301 | 46 | 62 |
| Binary | 1010001 | 10011100 | 10110000 | 110110 | 1011 | 0 | 11111 | 11000001 | 100110 | 110010 |
Color Harmonies of #519CB0
Complementary color
Monochromatic Colors of #519CB0
Black with #519CB0
Text Example
Text Example
White with #519CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CB0; }
p { color: rgb(81,156,176); }
H1.HeaderClassName
{
color: #519CB0;
}
.AnyTagClassName
{
color: #519CB0;
}
</style>
background-color css
<style>
a { background-color: #519CB0; }
a { background-color: rgb(81,156,176); }
div.DivClassName
{
background-color: #519CB0;
}
.BgClassName
{
background-color: #519CB0;
}
</style>
border-color css
<style>
span { border-color: #519CB0; }
span { border-color: rgb(81,156,176); }
td.TdClassName
{
border-color: #519CB0;
}
.TagClassName
{
border-color: #519CB0;
}
</style>