Shades of Shakespeare #5197BD
Tints of Shakespeare #5197BD
RGB
CMYK
RGB Variations
Color information
#5197BD (or 0x5197BD) is known color: Shakespeare. HEX triplet: 51, 97 and BD. RGB value is (81,151,189). Sum of RGB (Red+Green+Blue) = 81+151+189=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #5197BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5197BD is #AE6842. Grayscale: #868686. Windows color (decimal): -11429955 or 12425041. OLE color: 12425041.
HSL color Cylindrical-coordinate representation of color #5197BD: hue angle of 201.11º 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 #5197BD is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 151 | 189 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.26 |
| HSL | 201.11º | 0.45% | 0.53% | - |
| HSV(B) | 201.11º | 0.57% | 0.74% | - |
| XYZ | 23.65 | 27.56 | 52.22 | - |
| YUV | 134.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 189 | 0.57 | 0.20 | 0 | 0.26 | 201.11 | 0.45 | 0.53 |
| Hex | 51 | 97 | BD | 39 | 14 | 0 | 1A | C9 | 2D | 35 |
| Octal | 121 | 227 | 275 | 71 | 24 | 0 | 32 | 311 | 55 | 65 |
| Binary | 1010001 | 10010111 | 10111101 | 111001 | 10100 | 0 | 11010 | 11001001 | 101101 | 110101 |
Color Harmonies of #5197BD
Complementary color
Monochromatic Colors of #5197BD
Black with #5197BD
Text Example
Text Example
White with #5197BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5197BD; }
p { color: rgb(81,151,189); }
H1.HeaderClassName
{
color: #5197BD;
}
.AnyTagClassName
{
color: #5197BD;
}
</style>
background-color css
<style>
a { background-color: #5197BD; }
a { background-color: rgb(81,151,189); }
div.DivClassName
{
background-color: #5197BD;
}
.BgClassName
{
background-color: #5197BD;
}
</style>
border-color css
<style>
span { border-color: #5197BD; }
span { border-color: rgb(81,151,189); }
td.TdClassName
{
border-color: #5197BD;
}
.TagClassName
{
border-color: #5197BD;
}
</style>