Shades of Shakespeare #5095BC
Tints of Shakespeare #5095BC
RGB
CMYK
RGB Variations
Color information
#5095BC (or 0x5095BC) is known color: Shakespeare. HEX triplet: 50, 95 and BC. RGB value is (80,149,188). Sum of RGB (Red+Green+Blue) = 80+149+188=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #5095BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095BC is #AF6A43. Grayscale: #848484. Windows color (decimal): -11496004 or 12358992. OLE color: 12358992.
HSL color Cylindrical-coordinate representation of color #5095BC: hue angle of 201.67º 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 #5095BC is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 149 | 188 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.26 |
| HSL | 201.67º | 0.45% | 0.53% | - |
| HSV(B) | 201.67º | 0.57% | 0.74% | - |
| XYZ | 23.13 | 26.83 | 51.54 | - |
| YUV | 132.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 188 | 0.57 | 0.21 | 0 | 0.26 | 201.67 | 0.45 | 0.53 |
| Hex | 50 | 95 | BC | 39 | 15 | 0 | 1A | CA | 2D | 35 |
| Octal | 120 | 225 | 274 | 71 | 25 | 0 | 32 | 312 | 55 | 65 |
| Binary | 1010000 | 10010101 | 10111100 | 111001 | 10101 | 0 | 11010 | 11001010 | 101101 | 110101 |
Color Harmonies of #5095BC
Complementary color
Monochromatic Colors of #5095BC
Black with #5095BC
Text Example
Text Example
White with #5095BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5095BC; }
p { color: rgb(80,149,188); }
H1.HeaderClassName
{
color: #5095BC;
}
.AnyTagClassName
{
color: #5095BC;
}
</style>
background-color css
<style>
a { background-color: #5095BC; }
a { background-color: rgb(80,149,188); }
div.DivClassName
{
background-color: #5095BC;
}
.BgClassName
{
background-color: #5095BC;
}
</style>
border-color css
<style>
span { border-color: #5095BC; }
span { border-color: rgb(80,149,188); }
td.TdClassName
{
border-color: #5095BC;
}
.TagClassName
{
border-color: #5095BC;
}
</style>