Shades of Shakespeare #589EBD
Tints of Shakespeare #589EBD
RGB
CMYK
RGB Variations
Color information
#589EBD (or 0x589EBD) is known color: Shakespeare. HEX triplet: 58, 9E and BD. RGB value is (88,158,189). Sum of RGB (Red+Green+Blue) = 88+158+189=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #589EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589EBD is #A76142. Grayscale: #8C8C8C. Windows color (decimal): -10969411 or 12426840. OLE color: 12426840.
HSL color Cylindrical-coordinate representation of color #589EBD: hue angle of 198.42º 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 #589EBD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 158 | 189 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.26 |
| HSL | 198.42º | 0.43% | 0.54% | - |
| HSV(B) | 198.42º | 0.53% | 0.74% | - |
| XYZ | 25.44 | 30.2 | 52.63 | - |
| YUV | 140.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 189 | 0.53 | 0.16 | 0 | 0.26 | 198.42 | 0.43 | 0.54 |
| Hex | 58 | 9E | BD | 35 | 10 | 0 | 1A | C6 | 2B | 36 |
| Octal | 130 | 236 | 275 | 65 | 20 | 0 | 32 | 306 | 53 | 66 |
| Binary | 1011000 | 10011110 | 10111101 | 110101 | 10000 | 0 | 11010 | 11000110 | 101011 | 110110 |
Color Harmonies of #589EBD
Complementary color
Monochromatic Colors of #589EBD
Black with #589EBD
Text Example
Text Example
White with #589EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589EBD; }
p { color: rgb(88,158,189); }
H1.HeaderClassName
{
color: #589EBD;
}
.AnyTagClassName
{
color: #589EBD;
}
</style>
background-color css
<style>
a { background-color: #589EBD; }
a { background-color: rgb(88,158,189); }
div.DivClassName
{
background-color: #589EBD;
}
.BgClassName
{
background-color: #589EBD;
}
</style>
border-color css
<style>
span { border-color: #589EBD; }
span { border-color: rgb(88,158,189); }
td.TdClassName
{
border-color: #589EBD;
}
.TagClassName
{
border-color: #589EBD;
}
</style>