Shades of Shakespeare #5392BA
Tints of Shakespeare #5392BA
RGB
CMYK
RGB Variations
Color information
#5392BA (or 0x5392BA) is known color: Shakespeare. HEX triplet: 53, 92 and BA. RGB value is (83,146,186). Sum of RGB (Red+Green+Blue) = 83+146+186=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #5392BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5392BA is #AC6D45. Grayscale: #838383. Windows color (decimal): -11300166 or 12227155. OLE color: 12227155.
HSL color Cylindrical-coordinate representation of color #5392BA: hue angle of 203.3º 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 #5392BA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 146 | 186 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.27 |
| HSL | 203.3º | 0.43% | 0.53% | - |
| HSV(B) | 203.3º | 0.55% | 0.73% | - |
| XYZ | 22.71 | 25.94 | 50.26 | - |
| YUV | 131.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 186 | 0.55 | 0.22 | 0 | 0.27 | 203.3 | 0.43 | 0.53 |
| Hex | 53 | 92 | BA | 37 | 16 | 0 | 1B | CB | 2B | 35 |
| Octal | 123 | 222 | 272 | 67 | 26 | 0 | 33 | 313 | 53 | 65 |
| Binary | 1010011 | 10010010 | 10111010 | 110111 | 10110 | 0 | 11011 | 11001011 | 101011 | 110101 |
Color Harmonies of #5392BA
Complementary color
Monochromatic Colors of #5392BA
Black with #5392BA
Text Example
Text Example
White with #5392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392BA; }
p { color: rgb(83,146,186); }
H1.HeaderClassName
{
color: #5392BA;
}
.AnyTagClassName
{
color: #5392BA;
}
</style>
background-color css
<style>
a { background-color: #5392BA; }
a { background-color: rgb(83,146,186); }
div.DivClassName
{
background-color: #5392BA;
}
.BgClassName
{
background-color: #5392BA;
}
</style>
border-color css
<style>
span { border-color: #5392BA; }
span { border-color: rgb(83,146,186); }
td.TdClassName
{
border-color: #5392BA;
}
.TagClassName
{
border-color: #5392BA;
}
</style>