Shades of Shakespeare #509FBA
Tints of Shakespeare #509FBA
RGB
CMYK
RGB Variations
Color information
#509FBA (or 0x509FBA) is known color: Shakespeare. HEX triplet: 50, 9F and BA. RGB value is (80,159,186). Sum of RGB (Red+Green+Blue) = 80+159+186=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #509FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FBA is #AF6045. Grayscale: #8A8A8A. Windows color (decimal): -11493446 or 12230480. OLE color: 12230480.
HSL color Cylindrical-coordinate representation of color #509FBA: hue angle of 195.28º 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 #509FBA is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 159 | 186 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.27 |
| HSL | 195.28º | 0.43% | 0.52% | - |
| HSV(B) | 195.28º | 0.57% | 0.73% | - |
| XYZ | 24.57 | 30.05 | 50.96 | - |
| YUV | 138.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 186 | 0.57 | 0.15 | 0 | 0.27 | 195.28 | 0.43 | 0.52 |
| Hex | 50 | 9F | BA | 39 | F | 0 | 1B | C3 | 2B | 34 |
| Octal | 120 | 237 | 272 | 71 | 17 | 0 | 33 | 303 | 53 | 64 |
| Binary | 1010000 | 10011111 | 10111010 | 111001 | 1111 | 0 | 11011 | 11000011 | 101011 | 110100 |
Color Harmonies of #509FBA
Complementary color
Monochromatic Colors of #509FBA
Black with #509FBA
Text Example
Text Example
White with #509FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FBA; }
p { color: rgb(80,159,186); }
H1.HeaderClassName
{
color: #509FBA;
}
.AnyTagClassName
{
color: #509FBA;
}
</style>
background-color css
<style>
a { background-color: #509FBA; }
a { background-color: rgb(80,159,186); }
div.DivClassName
{
background-color: #509FBA;
}
.BgClassName
{
background-color: #509FBA;
}
</style>
border-color css
<style>
span { border-color: #509FBA; }
span { border-color: rgb(80,159,186); }
td.TdClassName
{
border-color: #509FBA;
}
.TagClassName
{
border-color: #509FBA;
}
</style>