Shades of Killarney #59715B
Tints of Killarney #59715B
RGB
CMYK
RGB Variations
Color information
#59715B (or 0x59715B) is known color: Killarney. HEX triplet: 59, 71 and 5B. RGB value is (89,113,91). Sum of RGB (Red+Green+Blue) = 89+113+91=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #59715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59715B is #A68EA4. Grayscale: #676767. Windows color (decimal): -10915493 or 5992793. OLE color: 5992793.
HSL color Cylindrical-coordinate representation of color #59715B: hue angle of 125º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59715B is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 91 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.56 |
| HSL | 125º | 0.12% | 0.4% | - |
| HSV(B) | 125º | 0.21% | 0.44% | - |
| XYZ | 11.91 | 14.69 | 12.1 | - |
| YUV | 103.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 91 | 0.21 | 0 | 0.19 | 0.56 | 125 | 0.12 | 0.4 |
| Hex | 59 | 71 | 5B | 15 | 0 | 13 | 38 | 7D | C | 28 |
| Octal | 131 | 161 | 133 | 25 | 0 | 23 | 70 | 175 | 14 | 50 |
| Binary | 1011001 | 1110001 | 1011011 | 10101 | 0 | 10011 | 111000 | 1111101 | 1100 | 101000 |
Color Harmonies of #59715B
Complementary color
Monochromatic Colors of #59715B
Black with #59715B
Text Example
Text Example
White with #59715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59715B; }
p { color: rgb(89,113,91); }
H1.HeaderClassName
{
color: #59715B;
}
.AnyTagClassName
{
color: #59715B;
}
</style>
background-color css
<style>
a { background-color: #59715B; }
a { background-color: rgb(89,113,91); }
div.DivClassName
{
background-color: #59715B;
}
.BgClassName
{
background-color: #59715B;
}
</style>
border-color css
<style>
span { border-color: #59715B; }
span { border-color: rgb(89,113,91); }
td.TdClassName
{
border-color: #59715B;
}
.TagClassName
{
border-color: #59715B;
}
</style>