Shades of Shakespeare #5596BA
Tints of Shakespeare #5596BA
RGB
CMYK
RGB Variations
Color information
#5596BA (or 0x5596BA) is known color: Shakespeare. HEX triplet: 55, 96 and BA. RGB value is (85,150,186). Sum of RGB (Red+Green+Blue) = 85+150+186=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #5596BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596BA is #AA6945. Grayscale: #868686. Windows color (decimal): -11168070 or 12228181. OLE color: 12228181.
HSL color Cylindrical-coordinate representation of color #5596BA: hue angle of 201.39º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5596BA is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 150 | 186 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.27 |
| HSL | 201.39º | 0.42% | 0.53% | - |
| HSV(B) | 201.39º | 0.54% | 0.73% | - |
| XYZ | 23.52 | 27.29 | 50.48 | - |
| YUV | 134.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 186 | 0.54 | 0.19 | 0 | 0.27 | 201.39 | 0.42 | 0.53 |
| Hex | 55 | 96 | BA | 36 | 13 | 0 | 1B | C9 | 2A | 35 |
| Octal | 125 | 226 | 272 | 66 | 23 | 0 | 33 | 311 | 52 | 65 |
| Binary | 1010101 | 10010110 | 10111010 | 110110 | 10011 | 0 | 11011 | 11001001 | 101010 | 110101 |
Color Harmonies of #5596BA
Complementary color
Monochromatic Colors of #5596BA
Black with #5596BA
Text Example
Text Example
White with #5596BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5596BA; }
p { color: rgb(85,150,186); }
H1.HeaderClassName
{
color: #5596BA;
}
.AnyTagClassName
{
color: #5596BA;
}
</style>
background-color css
<style>
a { background-color: #5596BA; }
a { background-color: rgb(85,150,186); }
div.DivClassName
{
background-color: #5596BA;
}
.BgClassName
{
background-color: #5596BA;
}
</style>
border-color css
<style>
span { border-color: #5596BA; }
span { border-color: rgb(85,150,186); }
td.TdClassName
{
border-color: #5596BA;
}
.TagClassName
{
border-color: #5596BA;
}
</style>