Shades of Shakespeare #5994BA
Tints of Shakespeare #5994BA
RGB
CMYK
RGB Variations
Color information
#5994BA (or 0x5994BA) is known color: Shakespeare. HEX triplet: 59, 94 and BA. RGB value is (89,148,186). Sum of RGB (Red+Green+Blue) = 89+148+186=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #5994BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994BA is #A66B45. Grayscale: #868686. Windows color (decimal): -10906438 or 12227673. OLE color: 12227673.
HSL color Cylindrical-coordinate representation of color #5994BA: hue angle of 203.51º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5994BA is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 148 | 186 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.27 |
| HSL | 203.51º | 0.41% | 0.54% | - |
| HSV(B) | 203.51º | 0.52% | 0.73% | - |
| XYZ | 23.57 | 26.85 | 50.39 | - |
| YUV | 134.69 | 156.95 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 186 | 0.52 | 0.20 | 0 | 0.27 | 203.51 | 0.41 | 0.54 |
| Hex | 59 | 94 | BA | 34 | 14 | 0 | 1B | CC | 29 | 36 |
| Octal | 131 | 224 | 272 | 64 | 24 | 0 | 33 | 314 | 51 | 66 |
| Binary | 1011001 | 10010100 | 10111010 | 110100 | 10100 | 0 | 11011 | 11001100 | 101001 | 110110 |
Color Harmonies of #5994BA
Complementary color
Monochromatic Colors of #5994BA
Black with #5994BA
Text Example
Text Example
White with #5994BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5994BA; }
p { color: rgb(89,148,186); }
H1.HeaderClassName
{
color: #5994BA;
}
.AnyTagClassName
{
color: #5994BA;
}
</style>
background-color css
<style>
a { background-color: #5994BA; }
a { background-color: rgb(89,148,186); }
div.DivClassName
{
background-color: #5994BA;
}
.BgClassName
{
background-color: #5994BA;
}
</style>
border-color css
<style>
span { border-color: #5994BA; }
span { border-color: rgb(89,148,186); }
td.TdClassName
{
border-color: #5994BA;
}
.TagClassName
{
border-color: #5994BA;
}
</style>