Shades of Shakespeare #519BB8
Tints of Shakespeare #519BB8
RGB
CMYK
RGB Variations
Color information
#519BB8 (or 0x519BB8) is known color: Shakespeare. HEX triplet: 51, 9B and B8. RGB value is (81,155,184). Sum of RGB (Red+Green+Blue) = 81+155+184=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #519BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BB8 is #AE6447. Grayscale: #878787. Windows color (decimal): -11428936 or 12098385. OLE color: 12098385.
HSL color Cylindrical-coordinate representation of color #519BB8: hue angle of 196.89º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519BB8 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 155 | 184 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.28 |
| HSL | 196.89º | 0.42% | 0.52% | - |
| HSV(B) | 196.89º | 0.56% | 0.72% | - |
| XYZ | 23.77 | 28.65 | 49.63 | - |
| YUV | 136.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 184 | 0.56 | 0.16 | 0 | 0.28 | 196.89 | 0.42 | 0.52 |
| Hex | 51 | 9B | B8 | 38 | 10 | 0 | 1C | C5 | 2A | 34 |
| Octal | 121 | 233 | 270 | 70 | 20 | 0 | 34 | 305 | 52 | 64 |
| Binary | 1010001 | 10011011 | 10111000 | 111000 | 10000 | 0 | 11100 | 11000101 | 101010 | 110100 |
Color Harmonies of #519BB8
Complementary color
Monochromatic Colors of #519BB8
Black with #519BB8
Text Example
Text Example
White with #519BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BB8; }
p { color: rgb(81,155,184); }
H1.HeaderClassName
{
color: #519BB8;
}
.AnyTagClassName
{
color: #519BB8;
}
</style>
background-color css
<style>
a { background-color: #519BB8; }
a { background-color: rgb(81,155,184); }
div.DivClassName
{
background-color: #519BB8;
}
.BgClassName
{
background-color: #519BB8;
}
</style>
border-color css
<style>
span { border-color: #519BB8; }
span { border-color: rgb(81,155,184); }
td.TdClassName
{
border-color: #519BB8;
}
.TagClassName
{
border-color: #519BB8;
}
</style>