Shades of Shakespeare #5199BD
Tints of Shakespeare #5199BD
RGB
CMYK
RGB Variations
Color information
#5199BD (or 0x5199BD) is known color: Shakespeare. HEX triplet: 51, 99 and BD. RGB value is (81,153,189). Sum of RGB (Red+Green+Blue) = 81+153+189=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #5199BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199BD is #AE6642. Grayscale: #878787. Windows color (decimal): -11429443 or 12425553. OLE color: 12425553.
HSL color Cylindrical-coordinate representation of color #5199BD: hue angle of 200º degrees, saturation: 0.45, 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 #5199BD is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 153 | 189 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.26 |
| HSL | 200º | 0.45% | 0.53% | - |
| HSV(B) | 200º | 0.57% | 0.74% | - |
| XYZ | 23.97 | 28.21 | 52.33 | - |
| YUV | 135.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 189 | 0.57 | 0.19 | 0 | 0.26 | 200 | 0.45 | 0.53 |
| Hex | 51 | 99 | BD | 39 | 13 | 0 | 1A | C8 | 2D | 35 |
| Octal | 121 | 231 | 275 | 71 | 23 | 0 | 32 | 310 | 55 | 65 |
| Binary | 1010001 | 10011001 | 10111101 | 111001 | 10011 | 0 | 11010 | 11001000 | 101101 | 110101 |
Color Harmonies of #5199BD
Complementary color
Monochromatic Colors of #5199BD
Black with #5199BD
Text Example
Text Example
White with #5199BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199BD; }
p { color: rgb(81,153,189); }
H1.HeaderClassName
{
color: #5199BD;
}
.AnyTagClassName
{
color: #5199BD;
}
</style>
background-color css
<style>
a { background-color: #5199BD; }
a { background-color: rgb(81,153,189); }
div.DivClassName
{
background-color: #5199BD;
}
.BgClassName
{
background-color: #5199BD;
}
</style>
border-color css
<style>
span { border-color: #5199BD; }
span { border-color: rgb(81,153,189); }
td.TdClassName
{
border-color: #5199BD;
}
.TagClassName
{
border-color: #5199BD;
}
</style>