Shades of Shakespeare #519ABC
Tints of Shakespeare #519ABC
RGB
CMYK
RGB Variations
Color information
#519ABC (or 0x519ABC) is known color: Shakespeare. HEX triplet: 51, 9A and BC. RGB value is (81,154,188). Sum of RGB (Red+Green+Blue) = 81+154+188=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #519ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ABC is #AE6543. Grayscale: #878787. Windows color (decimal): -11429188 or 12360273. OLE color: 12360273.
HSL color Cylindrical-coordinate representation of color #519ABC: hue angle of 199.07º degrees, saturation: 0.44, 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 #519ABC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 154 | 188 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.26 |
| HSL | 199.07º | 0.44% | 0.53% | - |
| HSV(B) | 199.07º | 0.57% | 0.74% | - |
| XYZ | 24.03 | 28.49 | 51.81 | - |
| YUV | 136.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 188 | 0.57 | 0.18 | 0 | 0.26 | 199.07 | 0.44 | 0.53 |
| Hex | 51 | 9A | BC | 39 | 12 | 0 | 1A | C7 | 2C | 35 |
| Octal | 121 | 232 | 274 | 71 | 22 | 0 | 32 | 307 | 54 | 65 |
| Binary | 1010001 | 10011010 | 10111100 | 111001 | 10010 | 0 | 11010 | 11000111 | 101100 | 110101 |
Color Harmonies of #519ABC
Complementary color
Monochromatic Colors of #519ABC
Black with #519ABC
Text Example
Text Example
White with #519ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ABC; }
p { color: rgb(81,154,188); }
H1.HeaderClassName
{
color: #519ABC;
}
.AnyTagClassName
{
color: #519ABC;
}
</style>
background-color css
<style>
a { background-color: #519ABC; }
a { background-color: rgb(81,154,188); }
div.DivClassName
{
background-color: #519ABC;
}
.BgClassName
{
background-color: #519ABC;
}
</style>
border-color css
<style>
span { border-color: #519ABC; }
span { border-color: rgb(81,154,188); }
td.TdClassName
{
border-color: #519ABC;
}
.TagClassName
{
border-color: #519ABC;
}
</style>