Shades of Shakespeare #509DB5
Tints of Shakespeare #509DB5
RGB
CMYK
RGB Variations
Color information
#509DB5 (or 0x509DB5) is known color: Shakespeare. HEX triplet: 50, 9D and B5. RGB value is (80,157,181). Sum of RGB (Red+Green+Blue) = 80+157+181=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #509DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DB5 is #AF624A. Grayscale: #888888. Windows color (decimal): -11493963 or 11902288. OLE color: 11902288.
HSL color Cylindrical-coordinate representation of color #509DB5: hue angle of 194.26º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509DB5 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 157 | 181 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.29 |
| HSL | 194.26º | 0.41% | 0.51% | - |
| HSV(B) | 194.26º | 0.56% | 0.71% | - |
| XYZ | 23.71 | 29.16 | 48.09 | - |
| YUV | 136.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 181 | 0.56 | 0.13 | 0 | 0.29 | 194.26 | 0.41 | 0.51 |
| Hex | 50 | 9D | B5 | 38 | D | 0 | 1D | C2 | 29 | 33 |
| Octal | 120 | 235 | 265 | 70 | 15 | 0 | 35 | 302 | 51 | 63 |
| Binary | 1010000 | 10011101 | 10110101 | 111000 | 1101 | 0 | 11101 | 11000010 | 101001 | 110011 |
Color Harmonies of #509DB5
Complementary color
Monochromatic Colors of #509DB5
Black with #509DB5
Text Example
Text Example
White with #509DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DB5; }
p { color: rgb(80,157,181); }
H1.HeaderClassName
{
color: #509DB5;
}
.AnyTagClassName
{
color: #509DB5;
}
</style>
background-color css
<style>
a { background-color: #509DB5; }
a { background-color: rgb(80,157,181); }
div.DivClassName
{
background-color: #509DB5;
}
.BgClassName
{
background-color: #509DB5;
}
</style>
border-color css
<style>
span { border-color: #509DB5; }
span { border-color: rgb(80,157,181); }
td.TdClassName
{
border-color: #509DB5;
}
.TagClassName
{
border-color: #509DB5;
}
</style>