Shades of Shakespeare #5894BB
Tints of Shakespeare #5894BB
RGB
CMYK
RGB Variations
Color information
#5894BB (or 0x5894BB) is known color: Shakespeare. HEX triplet: 58, 94 and BB. RGB value is (88,148,187). Sum of RGB (Red+Green+Blue) = 88+148+187=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #5894BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894BB is #A76B44. Grayscale: #868686. Windows color (decimal): -10971973 or 12293208. OLE color: 12293208.
HSL color Cylindrical-coordinate representation of color #5894BB: hue angle of 203.64º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5894BB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 148 | 187 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.27 |
| HSL | 203.64º | 0.42% | 0.54% | - |
| HSV(B) | 203.64º | 0.53% | 0.73% | - |
| XYZ | 23.58 | 26.84 | 50.95 | - |
| YUV | 134.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 187 | 0.53 | 0.21 | 0 | 0.27 | 203.64 | 0.42 | 0.54 |
| Hex | 58 | 94 | BB | 35 | 15 | 0 | 1B | CC | 2A | 36 |
| Octal | 130 | 224 | 273 | 65 | 25 | 0 | 33 | 314 | 52 | 66 |
| Binary | 1011000 | 10010100 | 10111011 | 110101 | 10101 | 0 | 11011 | 11001100 | 101010 | 110110 |
Color Harmonies of #5894BB
Complementary color
Monochromatic Colors of #5894BB
Black with #5894BB
Text Example
Text Example
White with #5894BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894BB; }
p { color: rgb(88,148,187); }
H1.HeaderClassName
{
color: #5894BB;
}
.AnyTagClassName
{
color: #5894BB;
}
</style>
background-color css
<style>
a { background-color: #5894BB; }
a { background-color: rgb(88,148,187); }
div.DivClassName
{
background-color: #5894BB;
}
.BgClassName
{
background-color: #5894BB;
}
</style>
border-color css
<style>
span { border-color: #5894BB; }
span { border-color: rgb(88,148,187); }
td.TdClassName
{
border-color: #5894BB;
}
.TagClassName
{
border-color: #5894BB;
}
</style>