Shades of Shakespeare #5099BF
Tints of Shakespeare #5099BF
RGB
CMYK
RGB Variations
Color information
#5099BF (or 0x5099BF) is known color: Shakespeare. HEX triplet: 50, 99 and BF. RGB value is (80,153,191). Sum of RGB (Red+Green+Blue) = 80+153+191=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #5099BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099BF is #AF6640. Grayscale: #878787. Windows color (decimal): -11494977 or 12556624. OLE color: 12556624.
HSL color Cylindrical-coordinate representation of color #5099BF: hue angle of 200.54º 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 #5099BF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 153 | 191 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.25 |
| HSL | 200.54º | 0.46% | 0.53% | - |
| HSV(B) | 200.54º | 0.58% | 0.75% | - |
| XYZ | 24.1 | 28.25 | 53.47 | - |
| YUV | 135.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 191 | 0.58 | 0.20 | 0 | 0.25 | 200.54 | 0.46 | 0.53 |
| Hex | 50 | 99 | BF | 3A | 14 | 0 | 19 | C9 | 2E | 35 |
| Octal | 120 | 231 | 277 | 72 | 24 | 0 | 31 | 311 | 56 | 65 |
| Binary | 1010000 | 10011001 | 10111111 | 111010 | 10100 | 0 | 11001 | 11001001 | 101110 | 110101 |
Color Harmonies of #5099BF
Complementary color
Monochromatic Colors of #5099BF
Black with #5099BF
Text Example
Text Example
White with #5099BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099BF; }
p { color: rgb(80,153,191); }
H1.HeaderClassName
{
color: #5099BF;
}
.AnyTagClassName
{
color: #5099BF;
}
</style>
background-color css
<style>
a { background-color: #5099BF; }
a { background-color: rgb(80,153,191); }
div.DivClassName
{
background-color: #5099BF;
}
.BgClassName
{
background-color: #5099BF;
}
</style>
border-color css
<style>
span { border-color: #5099BF; }
span { border-color: rgb(80,153,191); }
td.TdClassName
{
border-color: #5099BF;
}
.TagClassName
{
border-color: #5099BF;
}
</style>