Shades of Killarney #59725A
Tints of Killarney #59725A
RGB
CMYK
RGB Variations
Color information
#59725A (or 0x59725A) is known color: Killarney. HEX triplet: 59, 72 and 5A. RGB value is (89,114,90). Sum of RGB (Red+Green+Blue) = 89+114+90=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #59725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59725A is #A68DA5. Grayscale: #676767. Windows color (decimal): -10915238 or 5927513. OLE color: 5927513.
HSL color Cylindrical-coordinate representation of color #59725A: hue angle of 122.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59725A is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 90 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.55 |
| HSL | 122.4º | 0.12% | 0.4% | - |
| HSV(B) | 122.4º | 0.22% | 0.45% | - |
| XYZ | 11.98 | 14.9 | 11.92 | - |
| YUV | 103.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 90 | 0.22 | 0 | 0.21 | 0.55 | 122.4 | 0.12 | 0.4 |
| Hex | 59 | 72 | 5A | 16 | 0 | 15 | 37 | 7A | C | 28 |
| Octal | 131 | 162 | 132 | 26 | 0 | 25 | 67 | 172 | 14 | 50 |
| Binary | 1011001 | 1110010 | 1011010 | 10110 | 0 | 10101 | 110111 | 1111010 | 1100 | 101000 |
Color Harmonies of #59725A
Complementary color
Monochromatic Colors of #59725A
Black with #59725A
Text Example
Text Example
White with #59725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59725A; }
p { color: rgb(89,114,90); }
H1.HeaderClassName
{
color: #59725A;
}
.AnyTagClassName
{
color: #59725A;
}
</style>
background-color css
<style>
a { background-color: #59725A; }
a { background-color: rgb(89,114,90); }
div.DivClassName
{
background-color: #59725A;
}
.BgClassName
{
background-color: #59725A;
}
</style>
border-color css
<style>
span { border-color: #59725A; }
span { border-color: rgb(89,114,90); }
td.TdClassName
{
border-color: #59725A;
}
.TagClassName
{
border-color: #59725A;
}
</style>