Shades of Shakespeare #589AAF
Tints of Shakespeare #589AAF
RGB
CMYK
RGB Variations
Color information
#589AAF (or 0x589AAF) is known color: Shakespeare. HEX triplet: 58, 9A and AF. RGB value is (88,154,175). Sum of RGB (Red+Green+Blue) = 88+154+175=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #589AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589AAF is #A76550. Grayscale: #888888. Windows color (decimal): -10970449 or 11508312. OLE color: 11508312.
HSL color Cylindrical-coordinate representation of color #589AAF: hue angle of 194.48º degrees, saturation: 0.35, 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 #589AAF is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 154 | 175 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.31 |
| HSL | 194.48º | 0.35% | 0.52% | - |
| HSV(B) | 194.48º | 0.5% | 0.69% | - |
| XYZ | 23.32 | 28.28 | 44.79 | - |
| YUV | 136.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 175 | 0.50 | 0.12 | 0 | 0.31 | 194.48 | 0.35 | 0.52 |
| Hex | 58 | 9A | AF | 32 | C | 0 | 1F | C2 | 23 | 34 |
| Octal | 130 | 232 | 257 | 62 | 14 | 0 | 37 | 302 | 43 | 64 |
| Binary | 1011000 | 10011010 | 10101111 | 110010 | 1100 | 0 | 11111 | 11000010 | 100011 | 110100 |
Color Harmonies of #589AAF
Complementary color
Monochromatic Colors of #589AAF
Black with #589AAF
Text Example
Text Example
White with #589AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AAF; }
p { color: rgb(88,154,175); }
H1.HeaderClassName
{
color: #589AAF;
}
.AnyTagClassName
{
color: #589AAF;
}
</style>
background-color css
<style>
a { background-color: #589AAF; }
a { background-color: rgb(88,154,175); }
div.DivClassName
{
background-color: #589AAF;
}
.BgClassName
{
background-color: #589AAF;
}
</style>
border-color css
<style>
span { border-color: #589AAF; }
span { border-color: rgb(88,154,175); }
td.TdClassName
{
border-color: #589AAF;
}
.TagClassName
{
border-color: #589AAF;
}
</style>