Shades of Shakespeare #5397B1
Tints of Shakespeare #5397B1
RGB
CMYK
RGB Variations
Color information
#5397B1 (or 0x5397B1) is known color: Shakespeare. HEX triplet: 53, 97 and B1. RGB value is (83,151,177). Sum of RGB (Red+Green+Blue) = 83+151+177=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #5397B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5397B1 is #AC684E. Grayscale: #858585. Windows color (decimal): -11298895 or 11638611. OLE color: 11638611.
HSL color Cylindrical-coordinate representation of color #5397B1: hue angle of 196.6º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5397B1 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 151 | 177 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.31 |
| HSL | 196.6º | 0.38% | 0.51% | - |
| HSV(B) | 196.6º | 0.53% | 0.69% | - |
| XYZ | 22.57 | 27.15 | 45.65 | - |
| YUV | 133.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 177 | 0.53 | 0.15 | 0 | 0.31 | 196.6 | 0.38 | 0.51 |
| Hex | 53 | 97 | B1 | 35 | F | 0 | 1F | C5 | 26 | 33 |
| Octal | 123 | 227 | 261 | 65 | 17 | 0 | 37 | 305 | 46 | 63 |
| Binary | 1010011 | 10010111 | 10110001 | 110101 | 1111 | 0 | 11111 | 11000101 | 100110 | 110011 |
Color Harmonies of #5397B1
Complementary color
Monochromatic Colors of #5397B1
Black with #5397B1
Text Example
Text Example
White with #5397B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397B1; }
p { color: rgb(83,151,177); }
H1.HeaderClassName
{
color: #5397B1;
}
.AnyTagClassName
{
color: #5397B1;
}
</style>
background-color css
<style>
a { background-color: #5397B1; }
a { background-color: rgb(83,151,177); }
div.DivClassName
{
background-color: #5397B1;
}
.BgClassName
{
background-color: #5397B1;
}
</style>
border-color css
<style>
span { border-color: #5397B1; }
span { border-color: rgb(83,151,177); }
td.TdClassName
{
border-color: #5397B1;
}
.TagClassName
{
border-color: #5397B1;
}
</style>