Shades of Shakespeare #5493B0
Tints of Shakespeare #5493B0
RGB
CMYK
RGB Variations
Color information
#5493B0 (or 0x5493B0) is known color: Shakespeare. HEX triplet: 54, 93 and B0. RGB value is (84,147,176). Sum of RGB (Red+Green+Blue) = 84+147+176=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #5493B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5493B0 is #AB6C4F. Grayscale: #838383. Windows color (decimal): -11234384 or 11572052. OLE color: 11572052.
HSL color Cylindrical-coordinate representation of color #5493B0: hue angle of 198.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5493B0 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 147 | 176 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.31 |
| HSL | 198.91º | 0.37% | 0.51% | - |
| HSV(B) | 198.91º | 0.52% | 0.69% | - |
| XYZ | 21.93 | 25.89 | 44.92 | - |
| YUV | 131.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 176 | 0.52 | 0.16 | 0 | 0.31 | 198.91 | 0.37 | 0.51 |
| Hex | 54 | 93 | B0 | 34 | 10 | 0 | 1F | C7 | 25 | 33 |
| Octal | 124 | 223 | 260 | 64 | 20 | 0 | 37 | 307 | 45 | 63 |
| Binary | 1010100 | 10010011 | 10110000 | 110100 | 10000 | 0 | 11111 | 11000111 | 100101 | 110011 |
Color Harmonies of #5493B0
Complementary color
Monochromatic Colors of #5493B0
Black with #5493B0
Text Example
Text Example
White with #5493B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5493B0; }
p { color: rgb(84,147,176); }
H1.HeaderClassName
{
color: #5493B0;
}
.AnyTagClassName
{
color: #5493B0;
}
</style>
background-color css
<style>
a { background-color: #5493B0; }
a { background-color: rgb(84,147,176); }
div.DivClassName
{
background-color: #5493B0;
}
.BgClassName
{
background-color: #5493B0;
}
</style>
border-color css
<style>
span { border-color: #5493B0; }
span { border-color: rgb(84,147,176); }
td.TdClassName
{
border-color: #5493B0;
}
.TagClassName
{
border-color: #5493B0;
}
</style>