Shades of Shakespeare #589AAB
Tints of Shakespeare #589AAB
RGB
CMYK
RGB Variations
Color information
#589AAB (or 0x589AAB) is known color: Shakespeare. HEX triplet: 58, 9A and AB. RGB value is (88,154,171). Sum of RGB (Red+Green+Blue) = 88+154+171=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #589AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589AAB is #A76554. Grayscale: #888888. Windows color (decimal): -10970453 or 11246168. OLE color: 11246168.
HSL color Cylindrical-coordinate representation of color #589AAB: hue angle of 192.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589AAB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 154 | 171 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.33 |
| HSL | 192.29º | 0.33% | 0.51% | - |
| HSV(B) | 192.29º | 0.49% | 0.67% | - |
| XYZ | 22.93 | 28.13 | 42.75 | - |
| YUV | 136.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 171 | 0.49 | 0.10 | 0 | 0.33 | 192.29 | 0.33 | 0.51 |
| Hex | 58 | 9A | AB | 31 | A | 0 | 21 | C0 | 21 | 33 |
| Octal | 130 | 232 | 253 | 61 | 12 | 0 | 41 | 300 | 41 | 63 |
| Binary | 1011000 | 10011010 | 10101011 | 110001 | 1010 | 0 | 100001 | 11000000 | 100001 | 110011 |
Color Harmonies of #589AAB
Complementary color
Monochromatic Colors of #589AAB
Black with #589AAB
Text Example
Text Example
White with #589AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AAB; }
p { color: rgb(88,154,171); }
H1.HeaderClassName
{
color: #589AAB;
}
.AnyTagClassName
{
color: #589AAB;
}
</style>
background-color css
<style>
a { background-color: #589AAB; }
a { background-color: rgb(88,154,171); }
div.DivClassName
{
background-color: #589AAB;
}
.BgClassName
{
background-color: #589AAB;
}
</style>
border-color css
<style>
span { border-color: #589AAB; }
span { border-color: rgb(88,154,171); }
td.TdClassName
{
border-color: #589AAB;
}
.TagClassName
{
border-color: #589AAB;
}
</style>