Shades of Shakespeare #59A2B9
Tints of Shakespeare #59A2B9
RGB
CMYK
RGB Variations
Color information
#59A2B9 (or 0x59A2B9) is known color: Shakespeare. HEX triplet: 59, A2 and B9. RGB value is (89,162,185). Sum of RGB (Red+Green+Blue) = 89+162+185=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #59A2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2B9 is #A65D46. Grayscale: #8E8E8E. Windows color (decimal): -10902855 or 12165721. OLE color: 12165721.
HSL color Cylindrical-coordinate representation of color #59A2B9: hue angle of 194.38º 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 #59A2B9 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 162 | 185 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.27 |
| HSL | 194.38º | 0.41% | 0.54% | - |
| HSV(B) | 194.38º | 0.52% | 0.73% | - |
| XYZ | 25.8 | 31.47 | 50.61 | - |
| YUV | 142.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 185 | 0.52 | 0.12 | 0 | 0.27 | 194.38 | 0.41 | 0.54 |
| Hex | 59 | A2 | B9 | 34 | C | 0 | 1B | C2 | 29 | 36 |
| Octal | 131 | 242 | 271 | 64 | 14 | 0 | 33 | 302 | 51 | 66 |
| Binary | 1011001 | 10100010 | 10111001 | 110100 | 1100 | 0 | 11011 | 11000010 | 101001 | 110110 |
Color Harmonies of #59A2B9
Complementary color
Monochromatic Colors of #59A2B9
Black with #59A2B9
Text Example
Text Example
White with #59A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2B9; }
p { color: rgb(89,162,185); }
H1.HeaderClassName
{
color: #59A2B9;
}
.AnyTagClassName
{
color: #59A2B9;
}
</style>
background-color css
<style>
a { background-color: #59A2B9; }
a { background-color: rgb(89,162,185); }
div.DivClassName
{
background-color: #59A2B9;
}
.BgClassName
{
background-color: #59A2B9;
}
</style>
border-color css
<style>
span { border-color: #59A2B9; }
span { border-color: rgb(89,162,185); }
td.TdClassName
{
border-color: #59A2B9;
}
.TagClassName
{
border-color: #59A2B9;
}
</style>