Shades of Shakespeare #5397B7
Tints of Shakespeare #5397B7
RGB
CMYK
RGB Variations
Color information
#5397B7 (or 0x5397B7) is known color: Shakespeare. HEX triplet: 53, 97 and B7. RGB value is (83,151,183). Sum of RGB (Red+Green+Blue) = 83+151+183=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #5397B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397B7 is #AC6848. Grayscale: #868686. Windows color (decimal): -11298889 or 12031827. OLE color: 12031827.
HSL color Cylindrical-coordinate representation of color #5397B7: hue angle of 199.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5397B7 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 151 | 183 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.28 |
| HSL | 199.2º | 0.41% | 0.52% | - |
| HSV(B) | 199.2º | 0.55% | 0.72% | - |
| XYZ | 23.18 | 27.39 | 48.86 | - |
| YUV | 134.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 183 | 0.55 | 0.17 | 0 | 0.28 | 199.2 | 0.41 | 0.52 |
| Hex | 53 | 97 | B7 | 37 | 11 | 0 | 1C | C7 | 29 | 34 |
| Octal | 123 | 227 | 267 | 67 | 21 | 0 | 34 | 307 | 51 | 64 |
| Binary | 1010011 | 10010111 | 10110111 | 110111 | 10001 | 0 | 11100 | 11000111 | 101001 | 110100 |
Color Harmonies of #5397B7
Complementary color
Monochromatic Colors of #5397B7
Black with #5397B7
Text Example
Text Example
White with #5397B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397B7; }
p { color: rgb(83,151,183); }
H1.HeaderClassName
{
color: #5397B7;
}
.AnyTagClassName
{
color: #5397B7;
}
</style>
background-color css
<style>
a { background-color: #5397B7; }
a { background-color: rgb(83,151,183); }
div.DivClassName
{
background-color: #5397B7;
}
.BgClassName
{
background-color: #5397B7;
}
</style>
border-color css
<style>
span { border-color: #5397B7; }
span { border-color: rgb(83,151,183); }
td.TdClassName
{
border-color: #5397B7;
}
.TagClassName
{
border-color: #5397B7;
}
</style>