Shades of Shakespeare #589CB9
Tints of Shakespeare #589CB9
RGB
CMYK
RGB Variations
Color information
#589CB9 (or 0x589CB9) is known color: Shakespeare. HEX triplet: 58, 9C and B9. RGB value is (88,156,185). Sum of RGB (Red+Green+Blue) = 88+156+185=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #589CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CB9 is #A76346. Grayscale: #8A8A8A. Windows color (decimal): -10969927 or 12164184. OLE color: 12164184.
HSL color Cylindrical-coordinate representation of color #589CB9: hue angle of 197.94º 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 #589CB9 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 156 | 185 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.27 |
| HSL | 197.94º | 0.41% | 0.54% | - |
| HSV(B) | 197.94º | 0.52% | 0.73% | - |
| XYZ | 24.67 | 29.35 | 50.26 | - |
| YUV | 138.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 185 | 0.52 | 0.16 | 0 | 0.27 | 197.94 | 0.41 | 0.54 |
| Hex | 58 | 9C | B9 | 34 | 10 | 0 | 1B | C6 | 29 | 36 |
| Octal | 130 | 234 | 271 | 64 | 20 | 0 | 33 | 306 | 51 | 66 |
| Binary | 1011000 | 10011100 | 10111001 | 110100 | 10000 | 0 | 11011 | 11000110 | 101001 | 110110 |
Color Harmonies of #589CB9
Complementary color
Monochromatic Colors of #589CB9
Black with #589CB9
Text Example
Text Example
White with #589CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CB9; }
p { color: rgb(88,156,185); }
H1.HeaderClassName
{
color: #589CB9;
}
.AnyTagClassName
{
color: #589CB9;
}
</style>
background-color css
<style>
a { background-color: #589CB9; }
a { background-color: rgb(88,156,185); }
div.DivClassName
{
background-color: #589CB9;
}
.BgClassName
{
background-color: #589CB9;
}
</style>
border-color css
<style>
span { border-color: #589CB9; }
span { border-color: rgb(88,156,185); }
td.TdClassName
{
border-color: #589CB9;
}
.TagClassName
{
border-color: #589CB9;
}
</style>