Shades of Shakespeare #509FC0
Tints of Shakespeare #509FC0
RGB
CMYK
RGB Variations
Color information
#509FC0 (or 0x509FC0) is known color: Shakespeare. HEX triplet: 50, 9F and C0. RGB value is (80,159,192). Sum of RGB (Red+Green+Blue) = 80+159+192=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #509FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FC0 is #AF603F. Grayscale: #8A8A8A. Windows color (decimal): -11493440 or 12623696. OLE color: 12623696.
HSL color Cylindrical-coordinate representation of color #509FC0: hue angle of 197.68º 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 #509FC0 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 159 | 192 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.25 |
| HSL | 197.68º | 0.47% | 0.53% | - |
| HSV(B) | 197.68º | 0.58% | 0.75% | - |
| XYZ | 25.22 | 30.31 | 54.39 | - |
| YUV | 139.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 192 | 0.58 | 0.17 | 0 | 0.25 | 197.68 | 0.47 | 0.53 |
| Hex | 50 | 9F | C0 | 3A | 11 | 0 | 19 | C6 | 2F | 35 |
| Octal | 120 | 237 | 300 | 72 | 21 | 0 | 31 | 306 | 57 | 65 |
| Binary | 1010000 | 10011111 | 11000000 | 111010 | 10001 | 0 | 11001 | 11000110 | 101111 | 110101 |
Color Harmonies of #509FC0
Complementary color
Monochromatic Colors of #509FC0
Black with #509FC0
Text Example
Text Example
White with #509FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FC0; }
p { color: rgb(80,159,192); }
H1.HeaderClassName
{
color: #509FC0;
}
.AnyTagClassName
{
color: #509FC0;
}
</style>
background-color css
<style>
a { background-color: #509FC0; }
a { background-color: rgb(80,159,192); }
div.DivClassName
{
background-color: #509FC0;
}
.BgClassName
{
background-color: #509FC0;
}
</style>
border-color css
<style>
span { border-color: #509FC0; }
span { border-color: rgb(80,159,192); }
td.TdClassName
{
border-color: #509FC0;
}
.TagClassName
{
border-color: #509FC0;
}
</style>