Shades of Shakespeare #5396BB
Tints of Shakespeare #5396BB
RGB
CMYK
RGB Variations
Color information
#5396BB (or 0x5396BB) is known color: Shakespeare. HEX triplet: 53, 96 and BB. RGB value is (83,150,187). Sum of RGB (Red+Green+Blue) = 83+150+187=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #5396BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5396BB is #AC6944. Grayscale: #858585. Windows color (decimal): -11299141 or 12293715. OLE color: 12293715.
HSL color Cylindrical-coordinate representation of color #5396BB: hue angle of 201.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5396BB is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 150 | 187 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.27 |
| HSL | 201.35º | 0.43% | 0.53% | - |
| HSV(B) | 201.35º | 0.56% | 0.73% | - |
| XYZ | 23.44 | 27.24 | 51.04 | - |
| YUV | 134.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 187 | 0.56 | 0.20 | 0 | 0.27 | 201.35 | 0.43 | 0.53 |
| Hex | 53 | 96 | BB | 38 | 14 | 0 | 1B | C9 | 2B | 35 |
| Octal | 123 | 226 | 273 | 70 | 24 | 0 | 33 | 311 | 53 | 65 |
| Binary | 1010011 | 10010110 | 10111011 | 111000 | 10100 | 0 | 11011 | 11001001 | 101011 | 110101 |
Color Harmonies of #5396BB
Complementary color
Monochromatic Colors of #5396BB
Black with #5396BB
Text Example
Text Example
White with #5396BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396BB; }
p { color: rgb(83,150,187); }
H1.HeaderClassName
{
color: #5396BB;
}
.AnyTagClassName
{
color: #5396BB;
}
</style>
background-color css
<style>
a { background-color: #5396BB; }
a { background-color: rgb(83,150,187); }
div.DivClassName
{
background-color: #5396BB;
}
.BgClassName
{
background-color: #5396BB;
}
</style>
border-color css
<style>
span { border-color: #5396BB; }
span { border-color: rgb(83,150,187); }
td.TdClassName
{
border-color: #5396BB;
}
.TagClassName
{
border-color: #5396BB;
}
</style>