Shades of Shakespeare #5094BE
Tints of Shakespeare #5094BE
RGB
CMYK
RGB Variations
Color information
#5094BE (or 0x5094BE) is known color: Shakespeare. HEX triplet: 50, 94 and BE. RGB value is (80,148,190). Sum of RGB (Red+Green+Blue) = 80+148+190=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #5094BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5094BE is #AF6B41. Grayscale: #848484. Windows color (decimal): -11496258 or 12489808. OLE color: 12489808.
HSL color Cylindrical-coordinate representation of color #5094BE: hue angle of 202.91º 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 #5094BE is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 148 | 190 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.25 |
| HSL | 202.91º | 0.46% | 0.53% | - |
| HSV(B) | 202.91º | 0.58% | 0.75% | - |
| XYZ | 23.19 | 26.6 | 52.63 | - |
| YUV | 132.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 190 | 0.58 | 0.22 | 0 | 0.25 | 202.91 | 0.46 | 0.53 |
| Hex | 50 | 94 | BE | 3A | 16 | 0 | 19 | CB | 2E | 35 |
| Octal | 120 | 224 | 276 | 72 | 26 | 0 | 31 | 313 | 56 | 65 |
| Binary | 1010000 | 10010100 | 10111110 | 111010 | 10110 | 0 | 11001 | 11001011 | 101110 | 110101 |
Color Harmonies of #5094BE
Complementary color
Monochromatic Colors of #5094BE
Black with #5094BE
Text Example
Text Example
White with #5094BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5094BE; }
p { color: rgb(80,148,190); }
H1.HeaderClassName
{
color: #5094BE;
}
.AnyTagClassName
{
color: #5094BE;
}
</style>
background-color css
<style>
a { background-color: #5094BE; }
a { background-color: rgb(80,148,190); }
div.DivClassName
{
background-color: #5094BE;
}
.BgClassName
{
background-color: #5094BE;
}
</style>
border-color css
<style>
span { border-color: #5094BE; }
span { border-color: rgb(80,148,190); }
td.TdClassName
{
border-color: #5094BE;
}
.TagClassName
{
border-color: #5094BE;
}
</style>