Shades of Shakespeare #5996BB
Tints of Shakespeare #5996BB
RGB
CMYK
RGB Variations
Color information
#5996BB (or 0x5996BB) is known color: Shakespeare. HEX triplet: 59, 96 and BB. RGB value is (89,150,187). Sum of RGB (Red+Green+Blue) = 89+150+187=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #5996BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996BB is #A66944. Grayscale: #878787. Windows color (decimal): -10905925 or 12293721. OLE color: 12293721.
HSL color Cylindrical-coordinate representation of color #5996BB: hue angle of 202.65º degrees, saturation: 0.42, 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 #5996BB is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 150 | 187 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.27 |
| HSL | 202.65º | 0.42% | 0.54% | - |
| HSV(B) | 202.65º | 0.52% | 0.73% | - |
| XYZ | 24 | 27.52 | 51.06 | - |
| YUV | 135.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 187 | 0.52 | 0.20 | 0 | 0.27 | 202.65 | 0.42 | 0.54 |
| Hex | 59 | 96 | BB | 34 | 14 | 0 | 1B | CB | 2A | 36 |
| Octal | 131 | 226 | 273 | 64 | 24 | 0 | 33 | 313 | 52 | 66 |
| Binary | 1011001 | 10010110 | 10111011 | 110100 | 10100 | 0 | 11011 | 11001011 | 101010 | 110110 |
Color Harmonies of #5996BB
Complementary color
Monochromatic Colors of #5996BB
Black with #5996BB
Text Example
Text Example
White with #5996BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5996BB; }
p { color: rgb(89,150,187); }
H1.HeaderClassName
{
color: #5996BB;
}
.AnyTagClassName
{
color: #5996BB;
}
</style>
background-color css
<style>
a { background-color: #5996BB; }
a { background-color: rgb(89,150,187); }
div.DivClassName
{
background-color: #5996BB;
}
.BgClassName
{
background-color: #5996BB;
}
</style>
border-color css
<style>
span { border-color: #5996BB; }
span { border-color: rgb(89,150,187); }
td.TdClassName
{
border-color: #5996BB;
}
.TagClassName
{
border-color: #5996BB;
}
</style>