Shades of Shakespeare #59A4C1
Tints of Shakespeare #59A4C1
RGB
CMYK
RGB Variations
Color information
#59A4C1 (or 0x59A4C1) is known color: Shakespeare. HEX triplet: 59, A4 and C1. RGB value is (89,164,193). Sum of RGB (Red+Green+Blue) = 89+164+193=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #59A4C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4C1 is #A65B3E. Grayscale: #909090. Windows color (decimal): -10902335 or 12690521. OLE color: 12690521.
HSL color Cylindrical-coordinate representation of color #59A4C1: hue angle of 196.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59A4C1 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 164 | 193 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.24 |
| HSL | 196.73º | 0.46% | 0.55% | - |
| HSV(B) | 196.73º | 0.54% | 0.76% | - |
| XYZ | 27.02 | 32.53 | 55.31 | - |
| YUV | 144.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 193 | 0.54 | 0.15 | 0 | 0.24 | 196.73 | 0.46 | 0.55 |
| Hex | 59 | A4 | C1 | 36 | F | 0 | 18 | C5 | 2E | 37 |
| Octal | 131 | 244 | 301 | 66 | 17 | 0 | 30 | 305 | 56 | 67 |
| Binary | 1011001 | 10100100 | 11000001 | 110110 | 1111 | 0 | 11000 | 11000101 | 101110 | 110111 |
Color Harmonies of #59A4C1
Complementary color
Monochromatic Colors of #59A4C1
Black with #59A4C1
Text Example
Text Example
White with #59A4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4C1; }
p { color: rgb(89,164,193); }
H1.HeaderClassName
{
color: #59A4C1;
}
.AnyTagClassName
{
color: #59A4C1;
}
</style>
background-color css
<style>
a { background-color: #59A4C1; }
a { background-color: rgb(89,164,193); }
div.DivClassName
{
background-color: #59A4C1;
}
.BgClassName
{
background-color: #59A4C1;
}
</style>
border-color css
<style>
span { border-color: #59A4C1; }
span { border-color: rgb(89,164,193); }
td.TdClassName
{
border-color: #59A4C1;
}
.TagClassName
{
border-color: #59A4C1;
}
</style>