Shades of Shakespeare #5494BB
Tints of Shakespeare #5494BB
RGB
CMYK
RGB Variations
Color information
#5494BB (or 0x5494BB) is known color: Shakespeare. HEX triplet: 54, 94 and BB. RGB value is (84,148,187). Sum of RGB (Red+Green+Blue) = 84+148+187=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #5494BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5494BB is #AB6B44. Grayscale: #858585. Windows color (decimal): -11234117 or 12293204. OLE color: 12293204.
HSL color Cylindrical-coordinate representation of color #5494BB: 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 #5494BB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 148 | 187 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.27 |
| HSL | 202.72º | 0.43% | 0.53% | - |
| HSV(B) | 202.72º | 0.55% | 0.73% | - |
| XYZ | 23.22 | 26.65 | 50.93 | - |
| YUV | 133.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 187 | 0.55 | 0.21 | 0 | 0.27 | 202.72 | 0.43 | 0.53 |
| Hex | 54 | 94 | BB | 37 | 15 | 0 | 1B | CB | 2B | 35 |
| Octal | 124 | 224 | 273 | 67 | 25 | 0 | 33 | 313 | 53 | 65 |
| Binary | 1010100 | 10010100 | 10111011 | 110111 | 10101 | 0 | 11011 | 11001011 | 101011 | 110101 |
Color Harmonies of #5494BB
Complementary color
Monochromatic Colors of #5494BB
Black with #5494BB
Text Example
Text Example
White with #5494BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5494BB; }
p { color: rgb(84,148,187); }
H1.HeaderClassName
{
color: #5494BB;
}
.AnyTagClassName
{
color: #5494BB;
}
</style>
background-color css
<style>
a { background-color: #5494BB; }
a { background-color: rgb(84,148,187); }
div.DivClassName
{
background-color: #5494BB;
}
.BgClassName
{
background-color: #5494BB;
}
</style>
border-color css
<style>
span { border-color: #5494BB; }
span { border-color: rgb(84,148,187); }
td.TdClassName
{
border-color: #5494BB;
}
.TagClassName
{
border-color: #5494BB;
}
</style>