Shades of Shakespeare #509ABF
Tints of Shakespeare #509ABF
RGB
CMYK
RGB Variations
Color information
#509ABF (or 0x509ABF) is known color: Shakespeare. HEX triplet: 50, 9A and BF. RGB value is (80,154,191). Sum of RGB (Red+Green+Blue) = 80+154+191=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #509ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ABF is #AF6540. Grayscale: #878787. Windows color (decimal): -11494721 or 12556880. OLE color: 12556880.
HSL color Cylindrical-coordinate representation of color #509ABF: hue angle of 200º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509ABF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 154 | 191 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.25 |
| HSL | 200º | 0.46% | 0.53% | - |
| HSV(B) | 200º | 0.58% | 0.75% | - |
| XYZ | 24.27 | 28.58 | 53.53 | - |
| YUV | 136.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 191 | 0.58 | 0.19 | 0 | 0.25 | 200 | 0.46 | 0.53 |
| Hex | 50 | 9A | BF | 3A | 13 | 0 | 19 | C8 | 2E | 35 |
| Octal | 120 | 232 | 277 | 72 | 23 | 0 | 31 | 310 | 56 | 65 |
| Binary | 1010000 | 10011010 | 10111111 | 111010 | 10011 | 0 | 11001 | 11001000 | 101110 | 110101 |
Color Harmonies of #509ABF
Complementary color
Monochromatic Colors of #509ABF
Black with #509ABF
Text Example
Text Example
White with #509ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ABF; }
p { color: rgb(80,154,191); }
H1.HeaderClassName
{
color: #509ABF;
}
.AnyTagClassName
{
color: #509ABF;
}
</style>
background-color css
<style>
a { background-color: #509ABF; }
a { background-color: rgb(80,154,191); }
div.DivClassName
{
background-color: #509ABF;
}
.BgClassName
{
background-color: #509ABF;
}
</style>
border-color css
<style>
span { border-color: #509ABF; }
span { border-color: rgb(80,154,191); }
td.TdClassName
{
border-color: #509ABF;
}
.TagClassName
{
border-color: #509ABF;
}
</style>