Shades of Shakespeare #5393BA
Tints of Shakespeare #5393BA
RGB
CMYK
RGB Variations
Color information
#5393BA (or 0x5393BA) is known color: Shakespeare. HEX triplet: 53, 93 and BA. RGB value is (83,147,186). Sum of RGB (Red+Green+Blue) = 83+147+186=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #5393BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393BA is #AC6C45. Grayscale: #848484. Windows color (decimal): -11299910 or 12227411. OLE color: 12227411.
HSL color Cylindrical-coordinate representation of color #5393BA: hue angle of 202.72º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5393BA is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 147 | 186 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.27 |
| HSL | 202.72º | 0.43% | 0.53% | - |
| HSV(B) | 202.72º | 0.55% | 0.73% | - |
| XYZ | 22.86 | 26.25 | 50.32 | - |
| YUV | 132.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 186 | 0.55 | 0.21 | 0 | 0.27 | 202.72 | 0.43 | 0.53 |
| Hex | 53 | 93 | BA | 37 | 15 | 0 | 1B | CB | 2B | 35 |
| Octal | 123 | 223 | 272 | 67 | 25 | 0 | 33 | 313 | 53 | 65 |
| Binary | 1010011 | 10010011 | 10111010 | 110111 | 10101 | 0 | 11011 | 11001011 | 101011 | 110101 |
Color Harmonies of #5393BA
Complementary color
Monochromatic Colors of #5393BA
Black with #5393BA
Text Example
Text Example
White with #5393BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393BA; }
p { color: rgb(83,147,186); }
H1.HeaderClassName
{
color: #5393BA;
}
.AnyTagClassName
{
color: #5393BA;
}
</style>
background-color css
<style>
a { background-color: #5393BA; }
a { background-color: rgb(83,147,186); }
div.DivClassName
{
background-color: #5393BA;
}
.BgClassName
{
background-color: #5393BA;
}
</style>
border-color css
<style>
span { border-color: #5393BA; }
span { border-color: rgb(83,147,186); }
td.TdClassName
{
border-color: #5393BA;
}
.TagClassName
{
border-color: #5393BA;
}
</style>