Shades of Shakespeare #509FBC
Tints of Shakespeare #509FBC
RGB
CMYK
RGB Variations
Color information
#509FBC (or 0x509FBC) is known color: Shakespeare. HEX triplet: 50, 9F and BC. RGB value is (80,159,188). Sum of RGB (Red+Green+Blue) = 80+159+188=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #509FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FBC is #AF6043. Grayscale: #8A8A8A. Windows color (decimal): -11493444 or 12361552. OLE color: 12361552.
HSL color Cylindrical-coordinate representation of color #509FBC: hue angle of 196.11º 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 #509FBC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 159 | 188 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.26 |
| HSL | 196.11º | 0.45% | 0.53% | - |
| HSV(B) | 196.11º | 0.57% | 0.74% | - |
| XYZ | 24.78 | 30.13 | 52.09 | - |
| YUV | 138.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 188 | 0.57 | 0.15 | 0 | 0.26 | 196.11 | 0.45 | 0.53 |
| Hex | 50 | 9F | BC | 39 | F | 0 | 1A | C4 | 2D | 35 |
| Octal | 120 | 237 | 274 | 71 | 17 | 0 | 32 | 304 | 55 | 65 |
| Binary | 1010000 | 10011111 | 10111100 | 111001 | 1111 | 0 | 11010 | 11000100 | 101101 | 110101 |
Color Harmonies of #509FBC
Complementary color
Monochromatic Colors of #509FBC
Black with #509FBC
Text Example
Text Example
White with #509FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FBC; }
p { color: rgb(80,159,188); }
H1.HeaderClassName
{
color: #509FBC;
}
.AnyTagClassName
{
color: #509FBC;
}
</style>
background-color css
<style>
a { background-color: #509FBC; }
a { background-color: rgb(80,159,188); }
div.DivClassName
{
background-color: #509FBC;
}
.BgClassName
{
background-color: #509FBC;
}
</style>
border-color css
<style>
span { border-color: #509FBC; }
span { border-color: rgb(80,159,188); }
td.TdClassName
{
border-color: #509FBC;
}
.TagClassName
{
border-color: #509FBC;
}
</style>