Shades of Shakespeare #589FBC
Tints of Shakespeare #589FBC
RGB
CMYK
RGB Variations
Color information
#589FBC (or 0x589FBC) is known color: Shakespeare. HEX triplet: 58, 9F and BC. RGB value is (88,159,188). Sum of RGB (Red+Green+Blue) = 88+159+188=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #589FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FBC is #A76043. Grayscale: #8C8C8C. Windows color (decimal): -10969156 or 12361560. OLE color: 12361560.
HSL color Cylindrical-coordinate representation of color #589FBC: hue angle of 197.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 #589FBC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 159 | 188 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.26 |
| HSL | 197.4º | 0.43% | 0.54% | - |
| HSV(B) | 197.4º | 0.53% | 0.74% | - |
| XYZ | 25.5 | 30.5 | 52.12 | - |
| YUV | 141.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 188 | 0.53 | 0.15 | 0 | 0.26 | 197.4 | 0.43 | 0.54 |
| Hex | 58 | 9F | BC | 35 | F | 0 | 1A | C5 | 2B | 36 |
| Octal | 130 | 237 | 274 | 65 | 17 | 0 | 32 | 305 | 53 | 66 |
| Binary | 1011000 | 10011111 | 10111100 | 110101 | 1111 | 0 | 11010 | 11000101 | 101011 | 110110 |
Color Harmonies of #589FBC
Complementary color
Monochromatic Colors of #589FBC
Black with #589FBC
Text Example
Text Example
White with #589FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FBC; }
p { color: rgb(88,159,188); }
H1.HeaderClassName
{
color: #589FBC;
}
.AnyTagClassName
{
color: #589FBC;
}
</style>
background-color css
<style>
a { background-color: #589FBC; }
a { background-color: rgb(88,159,188); }
div.DivClassName
{
background-color: #589FBC;
}
.BgClassName
{
background-color: #589FBC;
}
</style>
border-color css
<style>
span { border-color: #589FBC; }
span { border-color: rgb(88,159,188); }
td.TdClassName
{
border-color: #589FBC;
}
.TagClassName
{
border-color: #589FBC;
}
</style>