Shades of Shakespeare #509DC0
Tints of Shakespeare #509DC0
RGB
CMYK
RGB Variations
Color information
#509DC0 (or 0x509DC0) is known color: Shakespeare. HEX triplet: 50, 9D and C0. RGB value is (80,157,192). Sum of RGB (Red+Green+Blue) = 80+157+192=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #509DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC0 is #AF623F. Grayscale: #898989. Windows color (decimal): -11493952 or 12623184. OLE color: 12623184.
HSL color Cylindrical-coordinate representation of color #509DC0: hue angle of 198.75º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509DC0 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 157 | 192 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.25 |
| HSL | 198.75º | 0.47% | 0.53% | - |
| HSV(B) | 198.75º | 0.58% | 0.75% | - |
| XYZ | 24.88 | 29.63 | 54.28 | - |
| YUV | 137.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 192 | 0.58 | 0.18 | 0 | 0.25 | 198.75 | 0.47 | 0.53 |
| Hex | 50 | 9D | C0 | 3A | 12 | 0 | 19 | C7 | 2F | 35 |
| Octal | 120 | 235 | 300 | 72 | 22 | 0 | 31 | 307 | 57 | 65 |
| Binary | 1010000 | 10011101 | 11000000 | 111010 | 10010 | 0 | 11001 | 11000111 | 101111 | 110101 |
Color Harmonies of #509DC0
Complementary color
Monochromatic Colors of #509DC0
Black with #509DC0
Text Example
Text Example
White with #509DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DC0; }
p { color: rgb(80,157,192); }
H1.HeaderClassName
{
color: #509DC0;
}
.AnyTagClassName
{
color: #509DC0;
}
</style>
background-color css
<style>
a { background-color: #509DC0; }
a { background-color: rgb(80,157,192); }
div.DivClassName
{
background-color: #509DC0;
}
.BgClassName
{
background-color: #509DC0;
}
</style>
border-color css
<style>
span { border-color: #509DC0; }
span { border-color: rgb(80,157,192); }
td.TdClassName
{
border-color: #509DC0;
}
.TagClassName
{
border-color: #509DC0;
}
</style>