Shades of Shakespeare #519BBC
Tints of Shakespeare #519BBC
RGB
CMYK
RGB Variations
Color information
#519BBC (or 0x519BBC) is known color: Shakespeare. HEX triplet: 51, 9B and BC. RGB value is (81,155,188). Sum of RGB (Red+Green+Blue) = 81+155+188=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #519BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BBC is #AE6443. Grayscale: #888888. Windows color (decimal): -11428932 or 12360529. OLE color: 12360529.
HSL color Cylindrical-coordinate representation of color #519BBC: hue angle of 198.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519BBC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 155 | 188 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.26 |
| HSL | 198.5º | 0.44% | 0.53% | - |
| HSV(B) | 198.5º | 0.57% | 0.74% | - |
| XYZ | 24.19 | 28.82 | 51.87 | - |
| YUV | 136.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 188 | 0.57 | 0.18 | 0 | 0.26 | 198.5 | 0.44 | 0.53 |
| Hex | 51 | 9B | BC | 39 | 12 | 0 | 1A | C7 | 2C | 35 |
| Octal | 121 | 233 | 274 | 71 | 22 | 0 | 32 | 307 | 54 | 65 |
| Binary | 1010001 | 10011011 | 10111100 | 111001 | 10010 | 0 | 11010 | 11000111 | 101100 | 110101 |
Color Harmonies of #519BBC
Complementary color
Monochromatic Colors of #519BBC
Black with #519BBC
Text Example
Text Example
White with #519BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BBC; }
p { color: rgb(81,155,188); }
H1.HeaderClassName
{
color: #519BBC;
}
.AnyTagClassName
{
color: #519BBC;
}
</style>
background-color css
<style>
a { background-color: #519BBC; }
a { background-color: rgb(81,155,188); }
div.DivClassName
{
background-color: #519BBC;
}
.BgClassName
{
background-color: #519BBC;
}
</style>
border-color css
<style>
span { border-color: #519BBC; }
span { border-color: rgb(81,155,188); }
td.TdClassName
{
border-color: #519BBC;
}
.TagClassName
{
border-color: #519BBC;
}
</style>