Shades of Shakespeare #589ABB
Tints of Shakespeare #589ABB
RGB
CMYK
RGB Variations
Color information
#589ABB (or 0x589ABB) is known color: Shakespeare. HEX triplet: 58, 9A and BB. RGB value is (88,154,187). Sum of RGB (Red+Green+Blue) = 88+154+187=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #589ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ABB is #A76544. Grayscale: #898989. Windows color (decimal): -10970437 or 12294744. OLE color: 12294744.
HSL color Cylindrical-coordinate representation of color #589ABB: hue angle of 200º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #589ABB is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 154 | 187 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.27 |
| HSL | 200º | 0.42% | 0.54% | - |
| HSV(B) | 200º | 0.53% | 0.73% | - |
| XYZ | 24.55 | 28.77 | 51.27 | - |
| YUV | 138.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 187 | 0.53 | 0.18 | 0 | 0.27 | 200 | 0.42 | 0.54 |
| Hex | 58 | 9A | BB | 35 | 12 | 0 | 1B | C8 | 2A | 36 |
| Octal | 130 | 232 | 273 | 65 | 22 | 0 | 33 | 310 | 52 | 66 |
| Binary | 1011000 | 10011010 | 10111011 | 110101 | 10010 | 0 | 11011 | 11001000 | 101010 | 110110 |
Color Harmonies of #589ABB
Complementary color
Monochromatic Colors of #589ABB
Black with #589ABB
Text Example
Text Example
White with #589ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ABB; }
p { color: rgb(88,154,187); }
H1.HeaderClassName
{
color: #589ABB;
}
.AnyTagClassName
{
color: #589ABB;
}
</style>
background-color css
<style>
a { background-color: #589ABB; }
a { background-color: rgb(88,154,187); }
div.DivClassName
{
background-color: #589ABB;
}
.BgClassName
{
background-color: #589ABB;
}
</style>
border-color css
<style>
span { border-color: #589ABB; }
span { border-color: rgb(88,154,187); }
td.TdClassName
{
border-color: #589ABB;
}
.TagClassName
{
border-color: #589ABB;
}
</style>