Shades of Shakespeare #509BBA
Tints of Shakespeare #509BBA
RGB
CMYK
RGB Variations
Color information
#509BBA (or 0x509BBA) is known color: Shakespeare. HEX triplet: 50, 9B and BA. RGB value is (80,155,186). Sum of RGB (Red+Green+Blue) = 80+155+186=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #509BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BBA is #AF6445. Grayscale: #878787. Windows color (decimal): -11494470 or 12229456. OLE color: 12229456.
HSL color Cylindrical-coordinate representation of color #509BBA: hue angle of 197.55º 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 #509BBA is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 155 | 186 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.27 |
| HSL | 197.55º | 0.43% | 0.52% | - |
| HSV(B) | 197.55º | 0.57% | 0.73% | - |
| XYZ | 23.89 | 28.69 | 50.73 | - |
| YUV | 136.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 186 | 0.57 | 0.17 | 0 | 0.27 | 197.55 | 0.43 | 0.52 |
| Hex | 50 | 9B | BA | 39 | 11 | 0 | 1B | C6 | 2B | 34 |
| Octal | 120 | 233 | 272 | 71 | 21 | 0 | 33 | 306 | 53 | 64 |
| Binary | 1010000 | 10011011 | 10111010 | 111001 | 10001 | 0 | 11011 | 11000110 | 101011 | 110100 |
Color Harmonies of #509BBA
Complementary color
Monochromatic Colors of #509BBA
Black with #509BBA
Text Example
Text Example
White with #509BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BBA; }
p { color: rgb(80,155,186); }
H1.HeaderClassName
{
color: #509BBA;
}
.AnyTagClassName
{
color: #509BBA;
}
</style>
background-color css
<style>
a { background-color: #509BBA; }
a { background-color: rgb(80,155,186); }
div.DivClassName
{
background-color: #509BBA;
}
.BgClassName
{
background-color: #509BBA;
}
</style>
border-color css
<style>
span { border-color: #509BBA; }
span { border-color: rgb(80,155,186); }
td.TdClassName
{
border-color: #509BBA;
}
.TagClassName
{
border-color: #509BBA;
}
</style>