Shades of Shakespeare #519AB9
Tints of Shakespeare #519AB9
RGB
CMYK
RGB Variations
Color information
#519AB9 (or 0x519AB9) is known color: Shakespeare. HEX triplet: 51, 9A and B9. RGB value is (81,154,185). Sum of RGB (Red+Green+Blue) = 81+154+185=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #519AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AB9 is #AE6546. Grayscale: #878787. Windows color (decimal): -11429191 or 12163665. OLE color: 12163665.
HSL color Cylindrical-coordinate representation of color #519AB9: hue angle of 197.88º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519AB9 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 154 | 185 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.27 |
| HSL | 197.88º | 0.43% | 0.52% | - |
| HSV(B) | 197.88º | 0.56% | 0.73% | - |
| XYZ | 23.71 | 28.36 | 50.12 | - |
| YUV | 135.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 185 | 0.56 | 0.17 | 0 | 0.27 | 197.88 | 0.43 | 0.52 |
| Hex | 51 | 9A | B9 | 38 | 11 | 0 | 1B | C6 | 2B | 34 |
| Octal | 121 | 232 | 271 | 70 | 21 | 0 | 33 | 306 | 53 | 64 |
| Binary | 1010001 | 10011010 | 10111001 | 111000 | 10001 | 0 | 11011 | 11000110 | 101011 | 110100 |
Color Harmonies of #519AB9
Complementary color
Monochromatic Colors of #519AB9
Black with #519AB9
Text Example
Text Example
White with #519AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AB9; }
p { color: rgb(81,154,185); }
H1.HeaderClassName
{
color: #519AB9;
}
.AnyTagClassName
{
color: #519AB9;
}
</style>
background-color css
<style>
a { background-color: #519AB9; }
a { background-color: rgb(81,154,185); }
div.DivClassName
{
background-color: #519AB9;
}
.BgClassName
{
background-color: #519AB9;
}
</style>
border-color css
<style>
span { border-color: #519AB9; }
span { border-color: rgb(81,154,185); }
td.TdClassName
{
border-color: #519AB9;
}
.TagClassName
{
border-color: #519AB9;
}
</style>