Shades of Shakespeare #519CBB
Tints of Shakespeare #519CBB
RGB
CMYK
RGB Variations
Color information
#519CBB (or 0x519CBB) is known color: Shakespeare. HEX triplet: 51, 9C and BB. RGB value is (81,156,187). Sum of RGB (Red+Green+Blue) = 81+156+187=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #519CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CBB is #AE6344. Grayscale: #888888. Windows color (decimal): -11428677 or 12295249. OLE color: 12295249.
HSL color Cylindrical-coordinate representation of color #519CBB: hue angle of 197.55º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519CBB is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 156 | 187 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.27 |
| HSL | 197.55º | 0.44% | 0.53% | - |
| HSV(B) | 197.55º | 0.57% | 0.73% | - |
| XYZ | 24.25 | 29.11 | 51.36 | - |
| YUV | 137.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 187 | 0.57 | 0.17 | 0 | 0.27 | 197.55 | 0.44 | 0.53 |
| Hex | 51 | 9C | BB | 39 | 11 | 0 | 1B | C6 | 2C | 35 |
| Octal | 121 | 234 | 273 | 71 | 21 | 0 | 33 | 306 | 54 | 65 |
| Binary | 1010001 | 10011100 | 10111011 | 111001 | 10001 | 0 | 11011 | 11000110 | 101100 | 110101 |
Color Harmonies of #519CBB
Complementary color
Monochromatic Colors of #519CBB
Black with #519CBB
Text Example
Text Example
White with #519CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CBB; }
p { color: rgb(81,156,187); }
H1.HeaderClassName
{
color: #519CBB;
}
.AnyTagClassName
{
color: #519CBB;
}
</style>
background-color css
<style>
a { background-color: #519CBB; }
a { background-color: rgb(81,156,187); }
div.DivClassName
{
background-color: #519CBB;
}
.BgClassName
{
background-color: #519CBB;
}
</style>
border-color css
<style>
span { border-color: #519CBB; }
span { border-color: rgb(81,156,187); }
td.TdClassName
{
border-color: #519CBB;
}
.TagClassName
{
border-color: #519CBB;
}
</style>