Shades of Shakespeare #509DBB
Tints of Shakespeare #509DBB
RGB
CMYK
RGB Variations
Color information
#509DBB (or 0x509DBB) is known color: Shakespeare. HEX triplet: 50, 9D and BB. RGB value is (80,157,187). Sum of RGB (Red+Green+Blue) = 80+157+187=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #509DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DBB is #AF6244. Grayscale: #898989. Windows color (decimal): -11493957 or 12295504. OLE color: 12295504.
HSL color Cylindrical-coordinate representation of color #509DBB: hue angle of 196.82º degrees, saturation: 0.44, 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 #509DBB is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 157 | 187 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.27 |
| HSL | 196.82º | 0.44% | 0.52% | - |
| HSV(B) | 196.82º | 0.57% | 0.73% | - |
| XYZ | 24.33 | 29.41 | 51.41 | - |
| YUV | 137.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 187 | 0.57 | 0.16 | 0 | 0.27 | 196.82 | 0.44 | 0.52 |
| Hex | 50 | 9D | BB | 39 | 10 | 0 | 1B | C5 | 2C | 34 |
| Octal | 120 | 235 | 273 | 71 | 20 | 0 | 33 | 305 | 54 | 64 |
| Binary | 1010000 | 10011101 | 10111011 | 111001 | 10000 | 0 | 11011 | 11000101 | 101100 | 110100 |
Color Harmonies of #509DBB
Complementary color
Monochromatic Colors of #509DBB
Black with #509DBB
Text Example
Text Example
White with #509DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DBB; }
p { color: rgb(80,157,187); }
H1.HeaderClassName
{
color: #509DBB;
}
.AnyTagClassName
{
color: #509DBB;
}
</style>
background-color css
<style>
a { background-color: #509DBB; }
a { background-color: rgb(80,157,187); }
div.DivClassName
{
background-color: #509DBB;
}
.BgClassName
{
background-color: #509DBB;
}
</style>
border-color css
<style>
span { border-color: #509DBB; }
span { border-color: rgb(80,157,187); }
td.TdClassName
{
border-color: #509DBB;
}
.TagClassName
{
border-color: #509DBB;
}
</style>