Shades of Shakespeare #519BBF
Tints of Shakespeare #519BBF
RGB
CMYK
RGB Variations
Color information
#519BBF (or 0x519BBF) is known color: Shakespeare. HEX triplet: 51, 9B and BF. RGB value is (81,155,191). Sum of RGB (Red+Green+Blue) = 81+155+191=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #519BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BBF is #AE6440. Grayscale: #888888. Windows color (decimal): -11428929 or 12557137. OLE color: 12557137.
HSL color Cylindrical-coordinate representation of color #519BBF: hue angle of 199.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519BBF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 155 | 191 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.25 |
| HSL | 199.64º | 0.46% | 0.53% | - |
| HSV(B) | 199.64º | 0.58% | 0.75% | - |
| XYZ | 24.52 | 28.95 | 53.59 | - |
| YUV | 136.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 191 | 0.58 | 0.19 | 0 | 0.25 | 199.64 | 0.46 | 0.53 |
| Hex | 51 | 9B | BF | 3A | 13 | 0 | 19 | C8 | 2E | 35 |
| Octal | 121 | 233 | 277 | 72 | 23 | 0 | 31 | 310 | 56 | 65 |
| Binary | 1010001 | 10011011 | 10111111 | 111010 | 10011 | 0 | 11001 | 11001000 | 101110 | 110101 |
Color Harmonies of #519BBF
Complementary color
Monochromatic Colors of #519BBF
Black with #519BBF
Text Example
Text Example
White with #519BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BBF; }
p { color: rgb(81,155,191); }
H1.HeaderClassName
{
color: #519BBF;
}
.AnyTagClassName
{
color: #519BBF;
}
</style>
background-color css
<style>
a { background-color: #519BBF; }
a { background-color: rgb(81,155,191); }
div.DivClassName
{
background-color: #519BBF;
}
.BgClassName
{
background-color: #519BBF;
}
</style>
border-color css
<style>
span { border-color: #519BBF; }
span { border-color: rgb(81,155,191); }
td.TdClassName
{
border-color: #519BBF;
}
.TagClassName
{
border-color: #519BBF;
}
</style>