Shades of Shakespeare #5397BE
Tints of Shakespeare #5397BE
RGB
CMYK
RGB Variations
Color information
#5397BE (or 0x5397BE) is known color: Shakespeare. HEX triplet: 53, 97 and BE. RGB value is (83,151,190). Sum of RGB (Red+Green+Blue) = 83+151+190=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #5397BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397BE is #AC6841. Grayscale: #868686. Windows color (decimal): -11298882 or 12490579. OLE color: 12490579.
HSL color Cylindrical-coordinate representation of color #5397BE: hue angle of 201.87º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5397BE is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 151 | 190 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.25 |
| HSL | 201.87º | 0.45% | 0.54% | - |
| HSV(B) | 201.87º | 0.56% | 0.75% | - |
| XYZ | 23.93 | 27.69 | 52.8 | - |
| YUV | 135.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 190 | 0.56 | 0.21 | 0 | 0.25 | 201.87 | 0.45 | 0.54 |
| Hex | 53 | 97 | BE | 38 | 15 | 0 | 19 | CA | 2D | 36 |
| Octal | 123 | 227 | 276 | 70 | 25 | 0 | 31 | 312 | 55 | 66 |
| Binary | 1010011 | 10010111 | 10111110 | 111000 | 10101 | 0 | 11001 | 11001010 | 101101 | 110110 |
Color Harmonies of #5397BE
Complementary color
Monochromatic Colors of #5397BE
Black with #5397BE
Text Example
Text Example
White with #5397BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397BE; }
p { color: rgb(83,151,190); }
H1.HeaderClassName
{
color: #5397BE;
}
.AnyTagClassName
{
color: #5397BE;
}
</style>
background-color css
<style>
a { background-color: #5397BE; }
a { background-color: rgb(83,151,190); }
div.DivClassName
{
background-color: #5397BE;
}
.BgClassName
{
background-color: #5397BE;
}
</style>
border-color css
<style>
span { border-color: #5397BE; }
span { border-color: rgb(83,151,190); }
td.TdClassName
{
border-color: #5397BE;
}
.TagClassName
{
border-color: #5397BE;
}
</style>