Shades of Shakespeare #519DBA
Tints of Shakespeare #519DBA
RGB
CMYK
RGB Variations
Color information
#519DBA (or 0x519DBA) is known color: Shakespeare. HEX triplet: 51, 9D and BA. RGB value is (81,157,186). Sum of RGB (Red+Green+Blue) = 81+157+186=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #519DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DBA is #AE6245. Grayscale: #898989. Windows color (decimal): -11428422 or 12229969. OLE color: 12229969.
HSL color Cylindrical-coordinate representation of color #519DBA: hue angle of 196.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519DBA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 157 | 186 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.27 |
| HSL | 196.57º | 0.43% | 0.52% | - |
| HSV(B) | 196.57º | 0.56% | 0.73% | - |
| XYZ | 24.31 | 29.41 | 50.85 | - |
| YUV | 137.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 186 | 0.56 | 0.16 | 0 | 0.27 | 196.57 | 0.43 | 0.52 |
| Hex | 51 | 9D | BA | 38 | 10 | 0 | 1B | C5 | 2B | 34 |
| Octal | 121 | 235 | 272 | 70 | 20 | 0 | 33 | 305 | 53 | 64 |
| Binary | 1010001 | 10011101 | 10111010 | 111000 | 10000 | 0 | 11011 | 11000101 | 101011 | 110100 |
Color Harmonies of #519DBA
Complementary color
Monochromatic Colors of #519DBA
Black with #519DBA
Text Example
Text Example
White with #519DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DBA; }
p { color: rgb(81,157,186); }
H1.HeaderClassName
{
color: #519DBA;
}
.AnyTagClassName
{
color: #519DBA;
}
</style>
background-color css
<style>
a { background-color: #519DBA; }
a { background-color: rgb(81,157,186); }
div.DivClassName
{
background-color: #519DBA;
}
.BgClassName
{
background-color: #519DBA;
}
</style>
border-color css
<style>
span { border-color: #519DBA; }
span { border-color: rgb(81,157,186); }
td.TdClassName
{
border-color: #519DBA;
}
.TagClassName
{
border-color: #519DBA;
}
</style>