Shades of Shakespeare #5393BC
Tints of Shakespeare #5393BC
RGB
CMYK
RGB Variations
Color information
#5393BC (or 0x5393BC) is known color: Shakespeare. HEX triplet: 53, 93 and BC. RGB value is (83,147,188). Sum of RGB (Red+Green+Blue) = 83+147+188=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #5393BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393BC is #AC6C43. Grayscale: #848484. Windows color (decimal): -11299908 or 12358483. OLE color: 12358483.
HSL color Cylindrical-coordinate representation of color #5393BC: hue angle of 203.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5393BC is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 147 | 188 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.26 |
| HSL | 203.43º | 0.44% | 0.53% | - |
| HSV(B) | 203.43º | 0.56% | 0.74% | - |
| XYZ | 23.08 | 26.34 | 51.44 | - |
| YUV | 132.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 188 | 0.56 | 0.22 | 0 | 0.26 | 203.43 | 0.44 | 0.53 |
| Hex | 53 | 93 | BC | 38 | 16 | 0 | 1A | CB | 2C | 35 |
| Octal | 123 | 223 | 274 | 70 | 26 | 0 | 32 | 313 | 54 | 65 |
| Binary | 1010011 | 10010011 | 10111100 | 111000 | 10110 | 0 | 11010 | 11001011 | 101100 | 110101 |
Color Harmonies of #5393BC
Complementary color
Monochromatic Colors of #5393BC
Black with #5393BC
Text Example
Text Example
White with #5393BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393BC; }
p { color: rgb(83,147,188); }
H1.HeaderClassName
{
color: #5393BC;
}
.AnyTagClassName
{
color: #5393BC;
}
</style>
background-color css
<style>
a { background-color: #5393BC; }
a { background-color: rgb(83,147,188); }
div.DivClassName
{
background-color: #5393BC;
}
.BgClassName
{
background-color: #5393BC;
}
</style>
border-color css
<style>
span { border-color: #5393BC; }
span { border-color: rgb(83,147,188); }
td.TdClassName
{
border-color: #5393BC;
}
.TagClassName
{
border-color: #5393BC;
}
</style>