Shades of Shakespeare #5199B4
Tints of Shakespeare #5199B4
RGB
CMYK
RGB Variations
Color information
#5199B4 (or 0x5199B4) is known color: Shakespeare. HEX triplet: 51, 99 and B4. RGB value is (81,153,180). Sum of RGB (Red+Green+Blue) = 81+153+180=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #5199B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199B4 is #AE664B. Grayscale: #868686. Windows color (decimal): -11429452 or 11835729. OLE color: 11835729.
HSL color Cylindrical-coordinate representation of color #5199B4: hue angle of 196.36º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5199B4 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 153 | 180 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.29 |
| HSL | 196.36º | 0.4% | 0.51% | - |
| HSV(B) | 196.36º | 0.55% | 0.71% | - |
| XYZ | 23.02 | 27.83 | 47.34 | - |
| YUV | 134.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 180 | 0.55 | 0.15 | 0 | 0.29 | 196.36 | 0.4 | 0.51 |
| Hex | 51 | 99 | B4 | 37 | F | 0 | 1D | C4 | 28 | 33 |
| Octal | 121 | 231 | 264 | 67 | 17 | 0 | 35 | 304 | 50 | 63 |
| Binary | 1010001 | 10011001 | 10110100 | 110111 | 1111 | 0 | 11101 | 11000100 | 101000 | 110011 |
Color Harmonies of #5199B4
Complementary color
Monochromatic Colors of #5199B4
Black with #5199B4
Text Example
Text Example
White with #5199B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199B4; }
p { color: rgb(81,153,180); }
H1.HeaderClassName
{
color: #5199B4;
}
.AnyTagClassName
{
color: #5199B4;
}
</style>
background-color css
<style>
a { background-color: #5199B4; }
a { background-color: rgb(81,153,180); }
div.DivClassName
{
background-color: #5199B4;
}
.BgClassName
{
background-color: #5199B4;
}
</style>
border-color css
<style>
span { border-color: #5199B4; }
span { border-color: rgb(81,153,180); }
td.TdClassName
{
border-color: #5199B4;
}
.TagClassName
{
border-color: #5199B4;
}
</style>