Shades of Shakespeare #5094BB
Tints of Shakespeare #5094BB
RGB
CMYK
RGB Variations
Color information
#5094BB (or 0x5094BB) is known color: Shakespeare. HEX triplet: 50, 94 and BB. RGB value is (80,148,187). Sum of RGB (Red+Green+Blue) = 80+148+187=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #5094BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5094BB is #AF6B44. Grayscale: #838383. Windows color (decimal): -11496261 or 12293200. OLE color: 12293200.
HSL color Cylindrical-coordinate representation of color #5094BB: hue angle of 201.87º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5094BB is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 148 | 187 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.27 |
| HSL | 201.87º | 0.44% | 0.52% | - |
| HSV(B) | 201.87º | 0.57% | 0.73% | - |
| XYZ | 22.87 | 26.47 | 50.92 | - |
| YUV | 132.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 187 | 0.57 | 0.21 | 0 | 0.27 | 201.87 | 0.44 | 0.52 |
| Hex | 50 | 94 | BB | 39 | 15 | 0 | 1B | CA | 2C | 34 |
| Octal | 120 | 224 | 273 | 71 | 25 | 0 | 33 | 312 | 54 | 64 |
| Binary | 1010000 | 10010100 | 10111011 | 111001 | 10101 | 0 | 11011 | 11001010 | 101100 | 110100 |
Color Harmonies of #5094BB
Complementary color
Monochromatic Colors of #5094BB
Black with #5094BB
Text Example
Text Example
White with #5094BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5094BB; }
p { color: rgb(80,148,187); }
H1.HeaderClassName
{
color: #5094BB;
}
.AnyTagClassName
{
color: #5094BB;
}
</style>
background-color css
<style>
a { background-color: #5094BB; }
a { background-color: rgb(80,148,187); }
div.DivClassName
{
background-color: #5094BB;
}
.BgClassName
{
background-color: #5094BB;
}
</style>
border-color css
<style>
span { border-color: #5094BB; }
span { border-color: rgb(80,148,187); }
td.TdClassName
{
border-color: #5094BB;
}
.TagClassName
{
border-color: #5094BB;
}
</style>