Shades of Shakespeare #5894BC
Tints of Shakespeare #5894BC
RGB
CMYK
RGB Variations
Color information
#5894BC (or 0x5894BC) is known color: Shakespeare. HEX triplet: 58, 94 and BC. RGB value is (88,148,188). Sum of RGB (Red+Green+Blue) = 88+148+188=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #5894BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894BC is #A76B43. Grayscale: #868686. Windows color (decimal): -10971972 or 12358744. OLE color: 12358744.
HSL color Cylindrical-coordinate representation of color #5894BC: hue angle of 204º 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 #5894BC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 148 | 188 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.26 |
| HSL | 204º | 0.43% | 0.54% | - |
| HSV(B) | 204º | 0.53% | 0.74% | - |
| XYZ | 23.69 | 26.89 | 51.52 | - |
| YUV | 134.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 188 | 0.53 | 0.21 | 0 | 0.26 | 204 | 0.43 | 0.54 |
| Hex | 58 | 94 | BC | 35 | 15 | 0 | 1A | CC | 2B | 36 |
| Octal | 130 | 224 | 274 | 65 | 25 | 0 | 32 | 314 | 53 | 66 |
| Binary | 1011000 | 10010100 | 10111100 | 110101 | 10101 | 0 | 11010 | 11001100 | 101011 | 110110 |
Color Harmonies of #5894BC
Complementary color
Monochromatic Colors of #5894BC
Black with #5894BC
Text Example
Text Example
White with #5894BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894BC; }
p { color: rgb(88,148,188); }
H1.HeaderClassName
{
color: #5894BC;
}
.AnyTagClassName
{
color: #5894BC;
}
</style>
background-color css
<style>
a { background-color: #5894BC; }
a { background-color: rgb(88,148,188); }
div.DivClassName
{
background-color: #5894BC;
}
.BgClassName
{
background-color: #5894BC;
}
</style>
border-color css
<style>
span { border-color: #5894BC; }
span { border-color: rgb(88,148,188); }
td.TdClassName
{
border-color: #5894BC;
}
.TagClassName
{
border-color: #5894BC;
}
</style>