Shades of Shakespeare #5199BF
Tints of Shakespeare #5199BF
RGB
CMYK
RGB Variations
Color information
#5199BF (or 0x5199BF) is known color: Shakespeare. HEX triplet: 51, 99 and BF. RGB value is (81,153,191). Sum of RGB (Red+Green+Blue) = 81+153+191=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #5199BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199BF is #AE6640. Grayscale: #878787. Windows color (decimal): -11429441 or 12556625. OLE color: 12556625.
HSL color Cylindrical-coordinate representation of color #5199BF: hue angle of 200.73º 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 #5199BF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 153 | 191 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.25 |
| HSL | 200.73º | 0.46% | 0.53% | - |
| HSV(B) | 200.73º | 0.58% | 0.75% | - |
| XYZ | 24.19 | 28.29 | 53.48 | - |
| YUV | 135.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 191 | 0.58 | 0.20 | 0 | 0.25 | 200.73 | 0.46 | 0.53 |
| Hex | 51 | 99 | BF | 3A | 14 | 0 | 19 | C9 | 2E | 35 |
| Octal | 121 | 231 | 277 | 72 | 24 | 0 | 31 | 311 | 56 | 65 |
| Binary | 1010001 | 10011001 | 10111111 | 111010 | 10100 | 0 | 11001 | 11001001 | 101110 | 110101 |
Color Harmonies of #5199BF
Complementary color
Monochromatic Colors of #5199BF
Black with #5199BF
Text Example
Text Example
White with #5199BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199BF; }
p { color: rgb(81,153,191); }
H1.HeaderClassName
{
color: #5199BF;
}
.AnyTagClassName
{
color: #5199BF;
}
</style>
background-color css
<style>
a { background-color: #5199BF; }
a { background-color: rgb(81,153,191); }
div.DivClassName
{
background-color: #5199BF;
}
.BgClassName
{
background-color: #5199BF;
}
</style>
border-color css
<style>
span { border-color: #5199BF; }
span { border-color: rgb(81,153,191); }
td.TdClassName
{
border-color: #5199BF;
}
.TagClassName
{
border-color: #5199BF;
}
</style>