Shades of Shakespeare #509ABC
Tints of Shakespeare #509ABC
RGB
CMYK
RGB Variations
Color information
#509ABC (or 0x509ABC) is known color: Shakespeare. HEX triplet: 50, 9A and BC. RGB value is (80,154,188). Sum of RGB (Red+Green+Blue) = 80+154+188=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #509ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ABC is #AF6543. Grayscale: #878787. Windows color (decimal): -11494724 or 12360272. OLE color: 12360272.
HSL color Cylindrical-coordinate representation of color #509ABC: hue angle of 198.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509ABC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 154 | 188 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.26 |
| HSL | 198.89º | 0.45% | 0.53% | - |
| HSV(B) | 198.89º | 0.57% | 0.74% | - |
| XYZ | 23.94 | 28.45 | 51.81 | - |
| YUV | 135.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 188 | 0.57 | 0.18 | 0 | 0.26 | 198.89 | 0.45 | 0.53 |
| Hex | 50 | 9A | BC | 39 | 12 | 0 | 1A | C7 | 2D | 35 |
| Octal | 120 | 232 | 274 | 71 | 22 | 0 | 32 | 307 | 55 | 65 |
| Binary | 1010000 | 10011010 | 10111100 | 111001 | 10010 | 0 | 11010 | 11000111 | 101101 | 110101 |
Color Harmonies of #509ABC
Complementary color
Monochromatic Colors of #509ABC
Black with #509ABC
Text Example
Text Example
White with #509ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ABC; }
p { color: rgb(80,154,188); }
H1.HeaderClassName
{
color: #509ABC;
}
.AnyTagClassName
{
color: #509ABC;
}
</style>
background-color css
<style>
a { background-color: #509ABC; }
a { background-color: rgb(80,154,188); }
div.DivClassName
{
background-color: #509ABC;
}
.BgClassName
{
background-color: #509ABC;
}
</style>
border-color css
<style>
span { border-color: #509ABC; }
span { border-color: rgb(80,154,188); }
td.TdClassName
{
border-color: #509ABC;
}
.TagClassName
{
border-color: #509ABC;
}
</style>