Shades of Shakespeare #5596BC
Tints of Shakespeare #5596BC
RGB
CMYK
RGB Variations
Color information
#5596BC (or 0x5596BC) is known color: Shakespeare. HEX triplet: 55, 96 and BC. RGB value is (85,150,188). Sum of RGB (Red+Green+Blue) = 85+150+188=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #5596BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596BC is #AA6943. Grayscale: #868686. Windows color (decimal): -11168068 or 12359253. OLE color: 12359253.
HSL color Cylindrical-coordinate representation of color #5596BC: hue angle of 202.14º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5596BC is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 150 | 188 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.26 |
| HSL | 202.14º | 0.43% | 0.54% | - |
| HSV(B) | 202.14º | 0.55% | 0.74% | - |
| XYZ | 23.73 | 27.37 | 51.61 | - |
| YUV | 134.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 188 | 0.55 | 0.20 | 0 | 0.26 | 202.14 | 0.43 | 0.54 |
| Hex | 55 | 96 | BC | 37 | 14 | 0 | 1A | CA | 2B | 36 |
| Octal | 125 | 226 | 274 | 67 | 24 | 0 | 32 | 312 | 53 | 66 |
| Binary | 1010101 | 10010110 | 10111100 | 110111 | 10100 | 0 | 11010 | 11001010 | 101011 | 110110 |
Color Harmonies of #5596BC
Complementary color
Monochromatic Colors of #5596BC
Black with #5596BC
Text Example
Text Example
White with #5596BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5596BC; }
p { color: rgb(85,150,188); }
H1.HeaderClassName
{
color: #5596BC;
}
.AnyTagClassName
{
color: #5596BC;
}
</style>
background-color css
<style>
a { background-color: #5596BC; }
a { background-color: rgb(85,150,188); }
div.DivClassName
{
background-color: #5596BC;
}
.BgClassName
{
background-color: #5596BC;
}
</style>
border-color css
<style>
span { border-color: #5596BC; }
span { border-color: rgb(85,150,188); }
td.TdClassName
{
border-color: #5596BC;
}
.TagClassName
{
border-color: #5596BC;
}
</style>