Shades of Shakespeare #509BB9
Tints of Shakespeare #509BB9
RGB
CMYK
RGB Variations
Color information
#509BB9 (or 0x509BB9) is known color: Shakespeare. HEX triplet: 50, 9B and B9. RGB value is (80,155,185). Sum of RGB (Red+Green+Blue) = 80+155+185=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #509BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BB9 is #AF6446. Grayscale: #878787. Windows color (decimal): -11494471 or 12163920. OLE color: 12163920.
HSL color Cylindrical-coordinate representation of color #509BB9: hue angle of 197.14º 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 #509BB9 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 155 | 185 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.27 |
| HSL | 197.14º | 0.43% | 0.52% | - |
| HSV(B) | 197.14º | 0.57% | 0.73% | - |
| XYZ | 23.79 | 28.65 | 50.18 | - |
| YUV | 136 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 185 | 0.57 | 0.16 | 0 | 0.27 | 197.14 | 0.43 | 0.52 |
| Hex | 50 | 9B | B9 | 39 | 10 | 0 | 1B | C5 | 2B | 34 |
| Octal | 120 | 233 | 271 | 71 | 20 | 0 | 33 | 305 | 53 | 64 |
| Binary | 1010000 | 10011011 | 10111001 | 111001 | 10000 | 0 | 11011 | 11000101 | 101011 | 110100 |
Color Harmonies of #509BB9
Complementary color
Monochromatic Colors of #509BB9
Black with #509BB9
Text Example
Text Example
White with #509BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BB9; }
p { color: rgb(80,155,185); }
H1.HeaderClassName
{
color: #509BB9;
}
.AnyTagClassName
{
color: #509BB9;
}
</style>
background-color css
<style>
a { background-color: #509BB9; }
a { background-color: rgb(80,155,185); }
div.DivClassName
{
background-color: #509BB9;
}
.BgClassName
{
background-color: #509BB9;
}
</style>
border-color css
<style>
span { border-color: #509BB9; }
span { border-color: rgb(80,155,185); }
td.TdClassName
{
border-color: #509BB9;
}
.TagClassName
{
border-color: #509BB9;
}
</style>