Shades of Shakespeare #509CB9
Tints of Shakespeare #509CB9
RGB
CMYK
RGB Variations
Color information
#509CB9 (or 0x509CB9) is known color: Shakespeare. HEX triplet: 50, 9C and B9. RGB value is (80,156,185). Sum of RGB (Red+Green+Blue) = 80+156+185=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #509CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CB9 is #AF6346. Grayscale: #888888. Windows color (decimal): -11494215 or 12164176. OLE color: 12164176.
HSL color Cylindrical-coordinate representation of color #509CB9: hue angle of 196.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509CB9 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 156 | 185 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.27 |
| HSL | 196.57º | 0.43% | 0.52% | - |
| HSV(B) | 196.57º | 0.57% | 0.73% | - |
| XYZ | 23.95 | 28.99 | 50.23 | - |
| YUV | 136.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 185 | 0.57 | 0.16 | 0 | 0.27 | 196.57 | 0.43 | 0.52 |
| Hex | 50 | 9C | B9 | 39 | 10 | 0 | 1B | C5 | 2B | 34 |
| Octal | 120 | 234 | 271 | 71 | 20 | 0 | 33 | 305 | 53 | 64 |
| Binary | 1010000 | 10011100 | 10111001 | 111001 | 10000 | 0 | 11011 | 11000101 | 101011 | 110100 |
Color Harmonies of #509CB9
Complementary color
Monochromatic Colors of #509CB9
Black with #509CB9
Text Example
Text Example
White with #509CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CB9; }
p { color: rgb(80,156,185); }
H1.HeaderClassName
{
color: #509CB9;
}
.AnyTagClassName
{
color: #509CB9;
}
</style>
background-color css
<style>
a { background-color: #509CB9; }
a { background-color: rgb(80,156,185); }
div.DivClassName
{
background-color: #509CB9;
}
.BgClassName
{
background-color: #509CB9;
}
</style>
border-color css
<style>
span { border-color: #509CB9; }
span { border-color: rgb(80,156,185); }
td.TdClassName
{
border-color: #509CB9;
}
.TagClassName
{
border-color: #509CB9;
}
</style>