Shades of Shakespeare #509DBD
Tints of Shakespeare #509DBD
RGB
CMYK
RGB Variations
Color information
#509DBD (or 0x509DBD) is known color: Shakespeare. HEX triplet: 50, 9D and BD. RGB value is (80,157,189). Sum of RGB (Red+Green+Blue) = 80+157+189=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #509DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DBD is #AF6242. Grayscale: #898989. Windows color (decimal): -11493955 or 12426576. OLE color: 12426576.
HSL color Cylindrical-coordinate representation of color #509DBD: hue angle of 197.61º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509DBD is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 157 | 189 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.26 |
| HSL | 197.61º | 0.45% | 0.53% | - |
| HSV(B) | 197.61º | 0.58% | 0.74% | - |
| XYZ | 24.55 | 29.49 | 52.54 | - |
| YUV | 137.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 189 | 0.58 | 0.17 | 0 | 0.26 | 197.61 | 0.45 | 0.53 |
| Hex | 50 | 9D | BD | 3A | 11 | 0 | 1A | C6 | 2D | 35 |
| Octal | 120 | 235 | 275 | 72 | 21 | 0 | 32 | 306 | 55 | 65 |
| Binary | 1010000 | 10011101 | 10111101 | 111010 | 10001 | 0 | 11010 | 11000110 | 101101 | 110101 |
Color Harmonies of #509DBD
Complementary color
Monochromatic Colors of #509DBD
Black with #509DBD
Text Example
Text Example
White with #509DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DBD; }
p { color: rgb(80,157,189); }
H1.HeaderClassName
{
color: #509DBD;
}
.AnyTagClassName
{
color: #509DBD;
}
</style>
background-color css
<style>
a { background-color: #509DBD; }
a { background-color: rgb(80,157,189); }
div.DivClassName
{
background-color: #509DBD;
}
.BgClassName
{
background-color: #509DBD;
}
</style>
border-color css
<style>
span { border-color: #509DBD; }
span { border-color: rgb(80,157,189); }
td.TdClassName
{
border-color: #509DBD;
}
.TagClassName
{
border-color: #509DBD;
}
</style>