Shades of Shakespeare #509DC2
Tints of Shakespeare #509DC2
RGB
CMYK
RGB Variations
Color information
#509DC2 (or 0x509DC2) is known color: Shakespeare. HEX triplet: 50, 9D and C2. RGB value is (80,157,194). Sum of RGB (Red+Green+Blue) = 80+157+194=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #509DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC2 is #AF623D. Grayscale: #898989. Windows color (decimal): -11493950 or 12754256. OLE color: 12754256.
HSL color Cylindrical-coordinate representation of color #509DC2: hue angle of 199.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #509DC2 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 157 | 194 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.24 |
| HSL | 199.47º | 0.48% | 0.54% | - |
| HSV(B) | 199.47º | 0.59% | 0.76% | - |
| XYZ | 25.1 | 29.71 | 55.45 | - |
| YUV | 138.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 194 | 0.59 | 0.19 | 0 | 0.24 | 199.47 | 0.48 | 0.54 |
| Hex | 50 | 9D | C2 | 3B | 13 | 0 | 18 | C7 | 30 | 36 |
| Octal | 120 | 235 | 302 | 73 | 23 | 0 | 30 | 307 | 60 | 66 |
| Binary | 1010000 | 10011101 | 11000010 | 111011 | 10011 | 0 | 11000 | 11000111 | 110000 | 110110 |
Color Harmonies of #509DC2
Complementary color
Monochromatic Colors of #509DC2
Black with #509DC2
Text Example
Text Example
White with #509DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DC2; }
p { color: rgb(80,157,194); }
H1.HeaderClassName
{
color: #509DC2;
}
.AnyTagClassName
{
color: #509DC2;
}
</style>
background-color css
<style>
a { background-color: #509DC2; }
a { background-color: rgb(80,157,194); }
div.DivClassName
{
background-color: #509DC2;
}
.BgClassName
{
background-color: #509DC2;
}
</style>
border-color css
<style>
span { border-color: #509DC2; }
span { border-color: rgb(80,157,194); }
td.TdClassName
{
border-color: #509DC2;
}
.TagClassName
{
border-color: #509DC2;
}
</style>