Shades of Shakespeare #509EB3
Tints of Shakespeare #509EB3
RGB
CMYK
RGB Variations
Color information
#509EB3 (or 0x509EB3) is known color: Shakespeare. HEX triplet: 50, 9E and B3. RGB value is (80,158,179). Sum of RGB (Red+Green+Blue) = 80+158+179=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #509EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EB3 is #AF614C. Grayscale: #888888. Windows color (decimal): -11493709 or 11771472. OLE color: 11771472.
HSL color Cylindrical-coordinate representation of color #509EB3: hue angle of 192.73º 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 #509EB3 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 158 | 179 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.30 |
| HSL | 192.73º | 0.39% | 0.51% | - |
| HSV(B) | 192.73º | 0.55% | 0.7% | - |
| XYZ | 23.67 | 29.41 | 47.08 | - |
| YUV | 137.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 179 | 0.55 | 0.12 | 0 | 0.30 | 192.73 | 0.39 | 0.51 |
| Hex | 50 | 9E | B3 | 37 | C | 0 | 1E | C1 | 27 | 33 |
| Octal | 120 | 236 | 263 | 67 | 14 | 0 | 36 | 301 | 47 | 63 |
| Binary | 1010000 | 10011110 | 10110011 | 110111 | 1100 | 0 | 11110 | 11000001 | 100111 | 110011 |
Color Harmonies of #509EB3
Complementary color
Monochromatic Colors of #509EB3
Black with #509EB3
Text Example
Text Example
White with #509EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EB3; }
p { color: rgb(80,158,179); }
H1.HeaderClassName
{
color: #509EB3;
}
.AnyTagClassName
{
color: #509EB3;
}
</style>
background-color css
<style>
a { background-color: #509EB3; }
a { background-color: rgb(80,158,179); }
div.DivClassName
{
background-color: #509EB3;
}
.BgClassName
{
background-color: #509EB3;
}
</style>
border-color css
<style>
span { border-color: #509EB3; }
span { border-color: rgb(80,158,179); }
td.TdClassName
{
border-color: #509EB3;
}
.TagClassName
{
border-color: #509EB3;
}
</style>