Shades of Shakespeare #59A0BE
Tints of Shakespeare #59A0BE
RGB
CMYK
RGB Variations
Color information
#59A0BE (or 0x59A0BE) is known color: Shakespeare. HEX triplet: 59, A0 and BE. RGB value is (89,160,190). Sum of RGB (Red+Green+Blue) = 89+160+190=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #59A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A0BE is #A65F41. Grayscale: #8E8E8E. Windows color (decimal): -10903362 or 12492889. OLE color: 12492889.
HSL color Cylindrical-coordinate representation of color #59A0BE: hue angle of 197.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59A0BE is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 160 | 190 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.25 |
| HSL | 197.82º | 0.44% | 0.55% | - |
| HSV(B) | 197.82º | 0.53% | 0.75% | - |
| XYZ | 25.98 | 30.98 | 53.33 | - |
| YUV | 142.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 190 | 0.53 | 0.16 | 0 | 0.25 | 197.82 | 0.44 | 0.55 |
| Hex | 59 | A0 | BE | 35 | 10 | 0 | 19 | C6 | 2C | 37 |
| Octal | 131 | 240 | 276 | 65 | 20 | 0 | 31 | 306 | 54 | 67 |
| Binary | 1011001 | 10100000 | 10111110 | 110101 | 10000 | 0 | 11001 | 11000110 | 101100 | 110111 |
Color Harmonies of #59A0BE
Complementary color
Monochromatic Colors of #59A0BE
Black with #59A0BE
Text Example
Text Example
White with #59A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A0BE; }
p { color: rgb(89,160,190); }
H1.HeaderClassName
{
color: #59A0BE;
}
.AnyTagClassName
{
color: #59A0BE;
}
</style>
background-color css
<style>
a { background-color: #59A0BE; }
a { background-color: rgb(89,160,190); }
div.DivClassName
{
background-color: #59A0BE;
}
.BgClassName
{
background-color: #59A0BE;
}
</style>
border-color css
<style>
span { border-color: #59A0BE; }
span { border-color: rgb(89,160,190); }
td.TdClassName
{
border-color: #59A0BE;
}
.TagClassName
{
border-color: #59A0BE;
}
</style>