Shades of Shakespeare #5099C0
Tints of Shakespeare #5099C0
RGB
CMYK
RGB Variations
Color information
#5099C0 (or 0x5099C0) is known color: Shakespeare. HEX triplet: 50, 99 and C0. RGB value is (80,153,192). Sum of RGB (Red+Green+Blue) = 80+153+192=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #5099C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099C0 is #AF663F. Grayscale: #878787. Windows color (decimal): -11494976 or 12622160. OLE color: 12622160.
HSL color Cylindrical-coordinate representation of color #5099C0: hue angle of 200.89º degrees, saturation: 0.47, 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 #5099C0 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 153 | 192 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.25 |
| HSL | 200.89º | 0.47% | 0.53% | - |
| HSV(B) | 200.89º | 0.58% | 0.75% | - |
| XYZ | 24.21 | 28.29 | 54.05 | - |
| YUV | 135.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 192 | 0.58 | 0.20 | 0 | 0.25 | 200.89 | 0.47 | 0.53 |
| Hex | 50 | 99 | C0 | 3A | 14 | 0 | 19 | C9 | 2F | 35 |
| Octal | 120 | 231 | 300 | 72 | 24 | 0 | 31 | 311 | 57 | 65 |
| Binary | 1010000 | 10011001 | 11000000 | 111010 | 10100 | 0 | 11001 | 11001001 | 101111 | 110101 |
Color Harmonies of #5099C0
Complementary color
Monochromatic Colors of #5099C0
Black with #5099C0
Text Example
Text Example
White with #5099C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099C0; }
p { color: rgb(80,153,192); }
H1.HeaderClassName
{
color: #5099C0;
}
.AnyTagClassName
{
color: #5099C0;
}
</style>
background-color css
<style>
a { background-color: #5099C0; }
a { background-color: rgb(80,153,192); }
div.DivClassName
{
background-color: #5099C0;
}
.BgClassName
{
background-color: #5099C0;
}
</style>
border-color css
<style>
span { border-color: #5099C0; }
span { border-color: rgb(80,153,192); }
td.TdClassName
{
border-color: #5099C0;
}
.TagClassName
{
border-color: #5099C0;
}
</style>