Shades of Shakespeare #59A4BA
Tints of Shakespeare #59A4BA
RGB
CMYK
RGB Variations
Color information
#59A4BA (or 0x59A4BA) is known color: Shakespeare. HEX triplet: 59, A4 and BA. RGB value is (89,164,186). Sum of RGB (Red+Green+Blue) = 89+164+186=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #59A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4BA is #A65B45. Grayscale: #8F8F8F. Windows color (decimal): -10902342 or 12231769. OLE color: 12231769.
HSL color Cylindrical-coordinate representation of color #59A4BA: hue angle of 193.61º 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 #59A4BA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 164 | 186 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.27 |
| HSL | 193.61º | 0.41% | 0.54% | - |
| HSV(B) | 193.61º | 0.52% | 0.73% | - |
| XYZ | 26.26 | 32.22 | 51.29 | - |
| YUV | 144.08 | 151.65 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 186 | 0.52 | 0.12 | 0 | 0.27 | 193.61 | 0.41 | 0.54 |
| Hex | 59 | A4 | BA | 34 | C | 0 | 1B | C2 | 29 | 36 |
| Octal | 131 | 244 | 272 | 64 | 14 | 0 | 33 | 302 | 51 | 66 |
| Binary | 1011001 | 10100100 | 10111010 | 110100 | 1100 | 0 | 11011 | 11000010 | 101001 | 110110 |
Color Harmonies of #59A4BA
Complementary color
Monochromatic Colors of #59A4BA
Black with #59A4BA
Text Example
Text Example
White with #59A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4BA; }
p { color: rgb(89,164,186); }
H1.HeaderClassName
{
color: #59A4BA;
}
.AnyTagClassName
{
color: #59A4BA;
}
</style>
background-color css
<style>
a { background-color: #59A4BA; }
a { background-color: rgb(89,164,186); }
div.DivClassName
{
background-color: #59A4BA;
}
.BgClassName
{
background-color: #59A4BA;
}
</style>
border-color css
<style>
span { border-color: #59A4BA; }
span { border-color: rgb(89,164,186); }
td.TdClassName
{
border-color: #59A4BA;
}
.TagClassName
{
border-color: #59A4BA;
}
</style>