Shades of Shakespeare #589FB9
Tints of Shakespeare #589FB9
RGB
CMYK
RGB Variations
Color information
#589FB9 (or 0x589FB9) is known color: Shakespeare. HEX triplet: 58, 9F and B9. RGB value is (88,159,185). Sum of RGB (Red+Green+Blue) = 88+159+185=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #589FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FB9 is #A76046. Grayscale: #8C8C8C. Windows color (decimal): -10969159 or 12164952. OLE color: 12164952.
HSL color Cylindrical-coordinate representation of color #589FB9: hue angle of 196.08º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #589FB9 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 159 | 185 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.27 |
| HSL | 196.08º | 0.41% | 0.54% | - |
| HSV(B) | 196.08º | 0.52% | 0.73% | - |
| XYZ | 25.18 | 30.37 | 50.43 | - |
| YUV | 140.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 185 | 0.52 | 0.14 | 0 | 0.27 | 196.08 | 0.41 | 0.54 |
| Hex | 58 | 9F | B9 | 34 | E | 0 | 1B | C4 | 29 | 36 |
| Octal | 130 | 237 | 271 | 64 | 16 | 0 | 33 | 304 | 51 | 66 |
| Binary | 1011000 | 10011111 | 10111001 | 110100 | 1110 | 0 | 11011 | 11000100 | 101001 | 110110 |
Color Harmonies of #589FB9
Complementary color
Monochromatic Colors of #589FB9
Black with #589FB9
Text Example
Text Example
White with #589FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FB9; }
p { color: rgb(88,159,185); }
H1.HeaderClassName
{
color: #589FB9;
}
.AnyTagClassName
{
color: #589FB9;
}
</style>
background-color css
<style>
a { background-color: #589FB9; }
a { background-color: rgb(88,159,185); }
div.DivClassName
{
background-color: #589FB9;
}
.BgClassName
{
background-color: #589FB9;
}
</style>
border-color css
<style>
span { border-color: #589FB9; }
span { border-color: rgb(88,159,185); }
td.TdClassName
{
border-color: #589FB9;
}
.TagClassName
{
border-color: #589FB9;
}
</style>