Shades of Shakespeare #5197B7
Tints of Shakespeare #5197B7
RGB
CMYK
RGB Variations
Color information
#5197B7 (or 0x5197B7) is known color: Shakespeare. HEX triplet: 51, 97 and B7. RGB value is (81,151,183). Sum of RGB (Red+Green+Blue) = 81+151+183=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #5197B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5197B7 is #AE6848. Grayscale: #858585. Windows color (decimal): -11429961 or 12031825. OLE color: 12031825.
HSL color Cylindrical-coordinate representation of color #5197B7: hue angle of 198.82º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5197B7 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 151 | 183 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.28 |
| HSL | 198.82º | 0.41% | 0.52% | - |
| HSV(B) | 198.82º | 0.56% | 0.72% | - |
| XYZ | 23.01 | 27.3 | 48.86 | - |
| YUV | 133.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 183 | 0.56 | 0.17 | 0 | 0.28 | 198.82 | 0.41 | 0.52 |
| Hex | 51 | 97 | B7 | 38 | 11 | 0 | 1C | C7 | 29 | 34 |
| Octal | 121 | 227 | 267 | 70 | 21 | 0 | 34 | 307 | 51 | 64 |
| Binary | 1010001 | 10010111 | 10110111 | 111000 | 10001 | 0 | 11100 | 11000111 | 101001 | 110100 |
Color Harmonies of #5197B7
Complementary color
Monochromatic Colors of #5197B7
Black with #5197B7
Text Example
Text Example
White with #5197B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5197B7; }
p { color: rgb(81,151,183); }
H1.HeaderClassName
{
color: #5197B7;
}
.AnyTagClassName
{
color: #5197B7;
}
</style>
background-color css
<style>
a { background-color: #5197B7; }
a { background-color: rgb(81,151,183); }
div.DivClassName
{
background-color: #5197B7;
}
.BgClassName
{
background-color: #5197B7;
}
</style>
border-color css
<style>
span { border-color: #5197B7; }
span { border-color: rgb(81,151,183); }
td.TdClassName
{
border-color: #5197B7;
}
.TagClassName
{
border-color: #5197B7;
}
</style>