Shades of Shakespeare #589BBC
Tints of Shakespeare #589BBC
RGB
CMYK
RGB Variations
Color information
#589BBC (or 0x589BBC) is known color: Shakespeare. HEX triplet: 58, 9B and BC. RGB value is (88,155,188). Sum of RGB (Red+Green+Blue) = 88+155+188=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #589BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BBC is #A76443. Grayscale: #8A8A8A. Windows color (decimal): -10970180 or 12360536. OLE color: 12360536.
HSL color Cylindrical-coordinate representation of color #589BBC: hue angle of 199.8º 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 #589BBC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 155 | 188 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.26 |
| HSL | 199.8º | 0.43% | 0.54% | - |
| HSV(B) | 199.8º | 0.53% | 0.74% | - |
| XYZ | 24.82 | 29.15 | 51.89 | - |
| YUV | 138.73 | 155.8 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 188 | 0.53 | 0.18 | 0 | 0.26 | 199.8 | 0.43 | 0.54 |
| Hex | 58 | 9B | BC | 35 | 12 | 0 | 1A | C8 | 2B | 36 |
| Octal | 130 | 233 | 274 | 65 | 22 | 0 | 32 | 310 | 53 | 66 |
| Binary | 1011000 | 10011011 | 10111100 | 110101 | 10010 | 0 | 11010 | 11001000 | 101011 | 110110 |
Color Harmonies of #589BBC
Complementary color
Monochromatic Colors of #589BBC
Black with #589BBC
Text Example
Text Example
White with #589BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BBC; }
p { color: rgb(88,155,188); }
H1.HeaderClassName
{
color: #589BBC;
}
.AnyTagClassName
{
color: #589BBC;
}
</style>
background-color css
<style>
a { background-color: #589BBC; }
a { background-color: rgb(88,155,188); }
div.DivClassName
{
background-color: #589BBC;
}
.BgClassName
{
background-color: #589BBC;
}
</style>
border-color css
<style>
span { border-color: #589BBC; }
span { border-color: rgb(88,155,188); }
td.TdClassName
{
border-color: #589BBC;
}
.TagClassName
{
border-color: #589BBC;
}
</style>