Shades of Shakespeare #5197BA
Tints of Shakespeare #5197BA
RGB
CMYK
RGB Variations
Color information
#5197BA (or 0x5197BA) is known color: Shakespeare. HEX triplet: 51, 97 and BA. RGB value is (81,151,186). Sum of RGB (Red+Green+Blue) = 81+151+186=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #5197BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5197BA is #AE6845. Grayscale: #858585. Windows color (decimal): -11429958 or 12228433. OLE color: 12228433.
HSL color Cylindrical-coordinate representation of color #5197BA: hue angle of 200º 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 #5197BA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 151 | 186 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.27 |
| HSL | 200º | 0.43% | 0.52% | - |
| HSV(B) | 200º | 0.56% | 0.73% | - |
| XYZ | 23.32 | 27.43 | 50.52 | - |
| YUV | 134.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 186 | 0.56 | 0.19 | 0 | 0.27 | 200 | 0.43 | 0.52 |
| Hex | 51 | 97 | BA | 38 | 13 | 0 | 1B | C8 | 2B | 34 |
| Octal | 121 | 227 | 272 | 70 | 23 | 0 | 33 | 310 | 53 | 64 |
| Binary | 1010001 | 10010111 | 10111010 | 111000 | 10011 | 0 | 11011 | 11001000 | 101011 | 110100 |
Color Harmonies of #5197BA
Complementary color
Monochromatic Colors of #5197BA
Black with #5197BA
Text Example
Text Example
White with #5197BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5197BA; }
p { color: rgb(81,151,186); }
H1.HeaderClassName
{
color: #5197BA;
}
.AnyTagClassName
{
color: #5197BA;
}
</style>
background-color css
<style>
a { background-color: #5197BA; }
a { background-color: rgb(81,151,186); }
div.DivClassName
{
background-color: #5197BA;
}
.BgClassName
{
background-color: #5197BA;
}
</style>
border-color css
<style>
span { border-color: #5197BA; }
span { border-color: rgb(81,151,186); }
td.TdClassName
{
border-color: #5197BA;
}
.TagClassName
{
border-color: #5197BA;
}
</style>