Shades of Shakespeare #59A3BA
Tints of Shakespeare #59A3BA
RGB
CMYK
RGB Variations
Color information
#59A3BA (or 0x59A3BA) is known color: Shakespeare. HEX triplet: 59, A3 and BA. RGB value is (89,163,186). Sum of RGB (Red+Green+Blue) = 89+163+186=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #59A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A3BA is #A65C45. Grayscale: #8F8F8F. Windows color (decimal): -10902598 or 12231513. OLE color: 12231513.
HSL color Cylindrical-coordinate representation of color #59A3BA: hue angle of 194.23º 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 #59A3BA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 163 | 186 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.27 |
| HSL | 194.23º | 0.41% | 0.54% | - |
| HSV(B) | 194.23º | 0.52% | 0.73% | - |
| XYZ | 26.08 | 31.86 | 51.23 | - |
| YUV | 143.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 163 | 186 | 0.52 | 0.12 | 0 | 0.27 | 194.23 | 0.41 | 0.54 |
| Hex | 59 | A3 | BA | 34 | C | 0 | 1B | C2 | 29 | 36 |
| Octal | 131 | 243 | 272 | 64 | 14 | 0 | 33 | 302 | 51 | 66 |
| Binary | 1011001 | 10100011 | 10111010 | 110100 | 1100 | 0 | 11011 | 11000010 | 101001 | 110110 |
Color Harmonies of #59A3BA
Complementary color
Monochromatic Colors of #59A3BA
Black with #59A3BA
Text Example
Text Example
White with #59A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A3BA; }
p { color: rgb(89,163,186); }
H1.HeaderClassName
{
color: #59A3BA;
}
.AnyTagClassName
{
color: #59A3BA;
}
</style>
background-color css
<style>
a { background-color: #59A3BA; }
a { background-color: rgb(89,163,186); }
div.DivClassName
{
background-color: #59A3BA;
}
.BgClassName
{
background-color: #59A3BA;
}
</style>
border-color css
<style>
span { border-color: #59A3BA; }
span { border-color: rgb(89,163,186); }
td.TdClassName
{
border-color: #59A3BA;
}
.TagClassName
{
border-color: #59A3BA;
}
</style>