Shades of Shakespeare #5895BC
Tints of Shakespeare #5895BC
RGB
CMYK
RGB Variations
Color information
#5895BC (or 0x5895BC) is known color: Shakespeare. HEX triplet: 58, 95 and BC. RGB value is (88,149,188). Sum of RGB (Red+Green+Blue) = 88+149+188=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #5895BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895BC is #A76A43. Grayscale: #868686. Windows color (decimal): -10971716 or 12359000. OLE color: 12359000.
HSL color Cylindrical-coordinate representation of color #5895BC: hue angle of 203.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5895BC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 149 | 188 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.26 |
| HSL | 203.4º | 0.43% | 0.54% | - |
| HSV(B) | 203.4º | 0.53% | 0.74% | - |
| XYZ | 23.85 | 27.2 | 51.57 | - |
| YUV | 135.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 188 | 0.53 | 0.21 | 0 | 0.26 | 203.4 | 0.43 | 0.54 |
| Hex | 58 | 95 | BC | 35 | 15 | 0 | 1A | CB | 2B | 36 |
| Octal | 130 | 225 | 274 | 65 | 25 | 0 | 32 | 313 | 53 | 66 |
| Binary | 1011000 | 10010101 | 10111100 | 110101 | 10101 | 0 | 11010 | 11001011 | 101011 | 110110 |
Color Harmonies of #5895BC
Complementary color
Monochromatic Colors of #5895BC
Black with #5895BC
Text Example
Text Example
White with #5895BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5895BC; }
p { color: rgb(88,149,188); }
H1.HeaderClassName
{
color: #5895BC;
}
.AnyTagClassName
{
color: #5895BC;
}
</style>
background-color css
<style>
a { background-color: #5895BC; }
a { background-color: rgb(88,149,188); }
div.DivClassName
{
background-color: #5895BC;
}
.BgClassName
{
background-color: #5895BC;
}
</style>
border-color css
<style>
span { border-color: #5895BC; }
span { border-color: rgb(88,149,188); }
td.TdClassName
{
border-color: #5895BC;
}
.TagClassName
{
border-color: #5895BC;
}
</style>