Shades of Shakespeare #509EB2
Tints of Shakespeare #509EB2
RGB
CMYK
RGB Variations
Color information
#509EB2 (or 0x509EB2) is known color: Shakespeare. HEX triplet: 50, 9E and B2. RGB value is (80,158,178). Sum of RGB (Red+Green+Blue) = 80+158+178=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #509EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509EB2 is #AF614D. Grayscale: #888888. Windows color (decimal): -11493710 or 11705936. OLE color: 11705936.
HSL color Cylindrical-coordinate representation of color #509EB2: hue angle of 192.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509EB2 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 158 | 178 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.30 |
| HSL | 192.24º | 0.39% | 0.51% | - |
| HSV(B) | 192.24º | 0.55% | 0.7% | - |
| XYZ | 23.57 | 29.37 | 46.55 | - |
| YUV | 136.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 178 | 0.55 | 0.11 | 0 | 0.30 | 192.24 | 0.39 | 0.51 |
| Hex | 50 | 9E | B2 | 37 | B | 0 | 1E | C0 | 27 | 33 |
| Octal | 120 | 236 | 262 | 67 | 13 | 0 | 36 | 300 | 47 | 63 |
| Binary | 1010000 | 10011110 | 10110010 | 110111 | 1011 | 0 | 11110 | 11000000 | 100111 | 110011 |
Color Harmonies of #509EB2
Complementary color
Monochromatic Colors of #509EB2
Black with #509EB2
Text Example
Text Example
White with #509EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EB2; }
p { color: rgb(80,158,178); }
H1.HeaderClassName
{
color: #509EB2;
}
.AnyTagClassName
{
color: #509EB2;
}
</style>
background-color css
<style>
a { background-color: #509EB2; }
a { background-color: rgb(80,158,178); }
div.DivClassName
{
background-color: #509EB2;
}
.BgClassName
{
background-color: #509EB2;
}
</style>
border-color css
<style>
span { border-color: #509EB2; }
span { border-color: rgb(80,158,178); }
td.TdClassName
{
border-color: #509EB2;
}
.TagClassName
{
border-color: #509EB2;
}
</style>