Shades of Shakespeare #5492BA
Tints of Shakespeare #5492BA
RGB
CMYK
RGB Variations
Color information
#5492BA (or 0x5492BA) is known color: Shakespeare. HEX triplet: 54, 92 and BA. RGB value is (84,146,186). Sum of RGB (Red+Green+Blue) = 84+146+186=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 146 (57.42% from 255 or 35.10% 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 #5492BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492BA is #AB6D45. Grayscale: #838383. Windows color (decimal): -11234630 or 12227156. OLE color: 12227156.
HSL color Cylindrical-coordinate representation of color #5492BA: hue angle of 203.53º 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 #5492BA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 146 | 186 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.27 |
| HSL | 203.53º | 0.43% | 0.53% | - |
| HSV(B) | 203.53º | 0.55% | 0.73% | - |
| XYZ | 22.8 | 25.99 | 50.27 | - |
| YUV | 132.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 186 | 0.55 | 0.22 | 0 | 0.27 | 203.53 | 0.43 | 0.53 |
| Hex | 54 | 92 | BA | 37 | 16 | 0 | 1B | CC | 2A | 35 |
| Octal | 124 | 222 | 272 | 67 | 26 | 0 | 33 | 314 | 52 | 65 |
| Binary | 1010100 | 10010010 | 10111010 | 110111 | 10110 | 0 | 11011 | 11001100 | 101010 | 110101 |
Color Harmonies of #5492BA
Complementary color
Monochromatic Colors of #5492BA
Black with #5492BA
Text Example
Text Example
White with #5492BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492BA; }
p { color: rgb(84,146,186); }
H1.HeaderClassName
{
color: #5492BA;
}
.AnyTagClassName
{
color: #5492BA;
}
</style>
background-color css
<style>
a { background-color: #5492BA; }
a { background-color: rgb(84,146,186); }
div.DivClassName
{
background-color: #5492BA;
}
.BgClassName
{
background-color: #5492BA;
}
</style>
border-color css
<style>
span { border-color: #5492BA; }
span { border-color: rgb(84,146,186); }
td.TdClassName
{
border-color: #5492BA;
}
.TagClassName
{
border-color: #5492BA;
}
</style>