Shades of Shakespeare #5996BF
Tints of Shakespeare #5996BF
RGB
CMYK
RGB Variations
Color information
#5996BF (or 0x5996BF) is known color: Shakespeare. HEX triplet: 59, 96 and BF. RGB value is (89,150,191). Sum of RGB (Red+Green+Blue) = 89+150+191=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #5996BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996BF is #A66940. Grayscale: #888888. Windows color (decimal): -10905921 or 12555865. OLE color: 12555865.
HSL color Cylindrical-coordinate representation of color #5996BF: hue angle of 204.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5996BF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 150 | 191 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.25 |
| HSL | 204.12º | 0.44% | 0.55% | - |
| HSV(B) | 204.12º | 0.53% | 0.75% | - |
| XYZ | 24.43 | 27.7 | 53.35 | - |
| YUV | 136.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 191 | 0.53 | 0.21 | 0 | 0.25 | 204.12 | 0.44 | 0.55 |
| Hex | 59 | 96 | BF | 35 | 15 | 0 | 19 | CC | 2C | 37 |
| Octal | 131 | 226 | 277 | 65 | 25 | 0 | 31 | 314 | 54 | 67 |
| Binary | 1011001 | 10010110 | 10111111 | 110101 | 10101 | 0 | 11001 | 11001100 | 101100 | 110111 |
Color Harmonies of #5996BF
Complementary color
Monochromatic Colors of #5996BF
Black with #5996BF
Text Example
Text Example
White with #5996BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5996BF; }
p { color: rgb(89,150,191); }
H1.HeaderClassName
{
color: #5996BF;
}
.AnyTagClassName
{
color: #5996BF;
}
</style>
background-color css
<style>
a { background-color: #5996BF; }
a { background-color: rgb(89,150,191); }
div.DivClassName
{
background-color: #5996BF;
}
.BgClassName
{
background-color: #5996BF;
}
</style>
border-color css
<style>
span { border-color: #5996BF; }
span { border-color: rgb(89,150,191); }
td.TdClassName
{
border-color: #5996BF;
}
.TagClassName
{
border-color: #5996BF;
}
</style>