Shades of Shakespeare #589AB0
Tints of Shakespeare #589AB0
RGB
CMYK
RGB Variations
Color information
#589AB0 (or 0x589AB0) is known color: Shakespeare. HEX triplet: 58, 9A and B0. RGB value is (88,154,176). Sum of RGB (Red+Green+Blue) = 88+154+176=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #589AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589AB0 is #A7654F. Grayscale: #888888. Windows color (decimal): -10970448 or 11573848. OLE color: 11573848.
HSL color Cylindrical-coordinate representation of color #589AB0: hue angle of 195º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #589AB0 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 154 | 176 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.31 |
| HSL | 195º | 0.36% | 0.52% | - |
| HSV(B) | 195º | 0.5% | 0.69% | - |
| XYZ | 23.42 | 28.32 | 45.31 | - |
| YUV | 136.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 176 | 0.50 | 0.12 | 0 | 0.31 | 195 | 0.36 | 0.52 |
| Hex | 58 | 9A | B0 | 32 | C | 0 | 1F | C3 | 24 | 34 |
| Octal | 130 | 232 | 260 | 62 | 14 | 0 | 37 | 303 | 44 | 64 |
| Binary | 1011000 | 10011010 | 10110000 | 110010 | 1100 | 0 | 11111 | 11000011 | 100100 | 110100 |
Color Harmonies of #589AB0
Complementary color
Monochromatic Colors of #589AB0
Black with #589AB0
Text Example
Text Example
White with #589AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AB0; }
p { color: rgb(88,154,176); }
H1.HeaderClassName
{
color: #589AB0;
}
.AnyTagClassName
{
color: #589AB0;
}
</style>
background-color css
<style>
a { background-color: #589AB0; }
a { background-color: rgb(88,154,176); }
div.DivClassName
{
background-color: #589AB0;
}
.BgClassName
{
background-color: #589AB0;
}
</style>
border-color css
<style>
span { border-color: #589AB0; }
span { border-color: rgb(88,154,176); }
td.TdClassName
{
border-color: #589AB0;
}
.TagClassName
{
border-color: #589AB0;
}
</style>