Shades of Shakespeare #5991BA
Tints of Shakespeare #5991BA
RGB
CMYK
RGB Variations
Color information
#5991BA (or 0x5991BA) is known color: Shakespeare. HEX triplet: 59, 91 and BA. RGB value is (89,145,186). Sum of RGB (Red+Green+Blue) = 89+145+186=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #5991BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991BA is #A66E45. Grayscale: #848484. Windows color (decimal): -10907206 or 12226905. OLE color: 12226905.
HSL color Cylindrical-coordinate representation of color #5991BA: hue angle of 205.36º 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 #5991BA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 145 | 186 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.27 |
| HSL | 205.36º | 0.41% | 0.54% | - |
| HSV(B) | 205.36º | 0.52% | 0.73% | - |
| XYZ | 23.11 | 25.92 | 50.24 | - |
| YUV | 132.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 186 | 0.52 | 0.22 | 0 | 0.27 | 205.36 | 0.41 | 0.54 |
| Hex | 59 | 91 | BA | 34 | 16 | 0 | 1B | CD | 29 | 36 |
| Octal | 131 | 221 | 272 | 64 | 26 | 0 | 33 | 315 | 51 | 66 |
| Binary | 1011001 | 10010001 | 10111010 | 110100 | 10110 | 0 | 11011 | 11001101 | 101001 | 110110 |
Color Harmonies of #5991BA
Complementary color
Monochromatic Colors of #5991BA
Black with #5991BA
Text Example
Text Example
White with #5991BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5991BA; }
p { color: rgb(89,145,186); }
H1.HeaderClassName
{
color: #5991BA;
}
.AnyTagClassName
{
color: #5991BA;
}
</style>
background-color css
<style>
a { background-color: #5991BA; }
a { background-color: rgb(89,145,186); }
div.DivClassName
{
background-color: #5991BA;
}
.BgClassName
{
background-color: #5991BA;
}
</style>
border-color css
<style>
span { border-color: #5991BA; }
span { border-color: rgb(89,145,186); }
td.TdClassName
{
border-color: #5991BA;
}
.TagClassName
{
border-color: #5991BA;
}
</style>