Shades of Shakespeare #5595BC
Tints of Shakespeare #5595BC
RGB
CMYK
RGB Variations
Color information
#5595BC (or 0x5595BC) is known color: Shakespeare. HEX triplet: 55, 95 and BC. RGB value is (85,149,188). Sum of RGB (Red+Green+Blue) = 85+149+188=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #5595BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5595BC is #AA6A43. Grayscale: #868686. Windows color (decimal): -11168324 or 12358997. OLE color: 12358997.
HSL color Cylindrical-coordinate representation of color #5595BC: hue angle of 202.72º 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 #5595BC is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 149 | 188 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.26 |
| HSL | 202.72º | 0.43% | 0.54% | - |
| HSV(B) | 202.72º | 0.55% | 0.74% | - |
| XYZ | 23.57 | 27.06 | 51.56 | - |
| YUV | 134.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 188 | 0.55 | 0.21 | 0 | 0.26 | 202.72 | 0.43 | 0.54 |
| Hex | 55 | 95 | BC | 37 | 15 | 0 | 1A | CB | 2B | 36 |
| Octal | 125 | 225 | 274 | 67 | 25 | 0 | 32 | 313 | 53 | 66 |
| Binary | 1010101 | 10010101 | 10111100 | 110111 | 10101 | 0 | 11010 | 11001011 | 101011 | 110110 |
Color Harmonies of #5595BC
Complementary color
Monochromatic Colors of #5595BC
Black with #5595BC
Text Example
Text Example
White with #5595BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595BC; }
p { color: rgb(85,149,188); }
H1.HeaderClassName
{
color: #5595BC;
}
.AnyTagClassName
{
color: #5595BC;
}
</style>
background-color css
<style>
a { background-color: #5595BC; }
a { background-color: rgb(85,149,188); }
div.DivClassName
{
background-color: #5595BC;
}
.BgClassName
{
background-color: #5595BC;
}
</style>
border-color css
<style>
span { border-color: #5595BC; }
span { border-color: rgb(85,149,188); }
td.TdClassName
{
border-color: #5595BC;
}
.TagClassName
{
border-color: #5595BC;
}
</style>