Shades of Shakespeare #519CBD
Tints of Shakespeare #519CBD
RGB
CMYK
RGB Variations
Color information
#519CBD (or 0x519CBD) is known color: Shakespeare. HEX triplet: 51, 9C and BD. RGB value is (81,156,189). Sum of RGB (Red+Green+Blue) = 81+156+189=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #519CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CBD is #AE6342. Grayscale: #898989. Windows color (decimal): -11428675 or 12426321. OLE color: 12426321.
HSL color Cylindrical-coordinate representation of color #519CBD: hue angle of 198.33º 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 #519CBD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 156 | 189 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.26 |
| HSL | 198.33º | 0.45% | 0.53% | - |
| HSV(B) | 198.33º | 0.57% | 0.74% | - |
| XYZ | 24.47 | 29.2 | 52.49 | - |
| YUV | 137.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 189 | 0.57 | 0.17 | 0 | 0.26 | 198.33 | 0.45 | 0.53 |
| Hex | 51 | 9C | BD | 39 | 11 | 0 | 1A | C6 | 2D | 35 |
| Octal | 121 | 234 | 275 | 71 | 21 | 0 | 32 | 306 | 55 | 65 |
| Binary | 1010001 | 10011100 | 10111101 | 111001 | 10001 | 0 | 11010 | 11000110 | 101101 | 110101 |
Color Harmonies of #519CBD
Complementary color
Monochromatic Colors of #519CBD
Black with #519CBD
Text Example
Text Example
White with #519CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CBD; }
p { color: rgb(81,156,189); }
H1.HeaderClassName
{
color: #519CBD;
}
.AnyTagClassName
{
color: #519CBD;
}
</style>
background-color css
<style>
a { background-color: #519CBD; }
a { background-color: rgb(81,156,189); }
div.DivClassName
{
background-color: #519CBD;
}
.BgClassName
{
background-color: #519CBD;
}
</style>
border-color css
<style>
span { border-color: #519CBD; }
span { border-color: rgb(81,156,189); }
td.TdClassName
{
border-color: #519CBD;
}
.TagClassName
{
border-color: #519CBD;
}
</style>