Shades of Shakespeare #5596BD
Tints of Shakespeare #5596BD
RGB
CMYK
RGB Variations
Color information
#5596BD (or 0x5596BD) is known color: Shakespeare. HEX triplet: 55, 96 and BD. RGB value is (85,150,189). Sum of RGB (Red+Green+Blue) = 85+150+189=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #5596BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596BD is #AA6942. Grayscale: #868686. Windows color (decimal): -11168067 or 12424789. OLE color: 12424789.
HSL color Cylindrical-coordinate representation of color #5596BD: hue angle of 202.5º degrees, saturation: 0.44, 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 #5596BD is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 150 | 189 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.26 |
| HSL | 202.5º | 0.44% | 0.54% | - |
| HSV(B) | 202.5º | 0.55% | 0.74% | - |
| XYZ | 23.84 | 27.42 | 52.18 | - |
| YUV | 135.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 189 | 0.55 | 0.21 | 0 | 0.26 | 202.5 | 0.44 | 0.54 |
| Hex | 55 | 96 | BD | 37 | 15 | 0 | 1A | CA | 2C | 36 |
| Octal | 125 | 226 | 275 | 67 | 25 | 0 | 32 | 312 | 54 | 66 |
| Binary | 1010101 | 10010110 | 10111101 | 110111 | 10101 | 0 | 11010 | 11001010 | 101100 | 110110 |
Color Harmonies of #5596BD
Complementary color
Monochromatic Colors of #5596BD
Black with #5596BD
Text Example
Text Example
White with #5596BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5596BD; }
p { color: rgb(85,150,189); }
H1.HeaderClassName
{
color: #5596BD;
}
.AnyTagClassName
{
color: #5596BD;
}
</style>
background-color css
<style>
a { background-color: #5596BD; }
a { background-color: rgb(85,150,189); }
div.DivClassName
{
background-color: #5596BD;
}
.BgClassName
{
background-color: #5596BD;
}
</style>
border-color css
<style>
span { border-color: #5596BD; }
span { border-color: rgb(85,150,189); }
td.TdClassName
{
border-color: #5596BD;
}
.TagClassName
{
border-color: #5596BD;
}
</style>