Shades of Shakespeare #5099BC
Tints of Shakespeare #5099BC
RGB
CMYK
RGB Variations
Color information
#5099BC (or 0x5099BC) is known color: Shakespeare. HEX triplet: 50, 99 and BC. RGB value is (80,153,188). Sum of RGB (Red+Green+Blue) = 80+153+188=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #5099BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099BC is #AF6643. Grayscale: #868686. Windows color (decimal): -11494980 or 12360016. OLE color: 12360016.
HSL color Cylindrical-coordinate representation of color #5099BC: hue angle of 199.44º 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 #5099BC is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 153 | 188 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.26 |
| HSL | 199.44º | 0.45% | 0.53% | - |
| HSV(B) | 199.44º | 0.57% | 0.74% | - |
| XYZ | 23.78 | 28.12 | 51.75 | - |
| YUV | 135.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 188 | 0.57 | 0.19 | 0 | 0.26 | 199.44 | 0.45 | 0.53 |
| Hex | 50 | 99 | BC | 39 | 13 | 0 | 1A | C7 | 2D | 35 |
| Octal | 120 | 231 | 274 | 71 | 23 | 0 | 32 | 307 | 55 | 65 |
| Binary | 1010000 | 10011001 | 10111100 | 111001 | 10011 | 0 | 11010 | 11000111 | 101101 | 110101 |
Color Harmonies of #5099BC
Complementary color
Monochromatic Colors of #5099BC
Black with #5099BC
Text Example
Text Example
White with #5099BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099BC; }
p { color: rgb(80,153,188); }
H1.HeaderClassName
{
color: #5099BC;
}
.AnyTagClassName
{
color: #5099BC;
}
</style>
background-color css
<style>
a { background-color: #5099BC; }
a { background-color: rgb(80,153,188); }
div.DivClassName
{
background-color: #5099BC;
}
.BgClassName
{
background-color: #5099BC;
}
</style>
border-color css
<style>
span { border-color: #5099BC; }
span { border-color: rgb(80,153,188); }
td.TdClassName
{
border-color: #5099BC;
}
.TagClassName
{
border-color: #5099BC;
}
</style>