Shades of Killarney #59755C
Tints of Killarney #59755C
RGB
CMYK
RGB Variations
Color information
#59755C (or 0x59755C) is known color: Killarney. HEX triplet: 59, 75 and 5C. RGB value is (89,117,92). Sum of RGB (Red+Green+Blue) = 89+117+92=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #59755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59755C is #A68AA3. Grayscale: #696969. Windows color (decimal): -10914468 or 6059353. OLE color: 6059353.
HSL color Cylindrical-coordinate representation of color #59755C: hue angle of 126.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59755C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 117 | 92 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.54 |
| HSL | 126.43º | 0.14% | 0.4% | - |
| HSV(B) | 126.43º | 0.24% | 0.46% | - |
| XYZ | 12.41 | 15.62 | 12.49 | - |
| YUV | 105.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 92 | 0.24 | 0 | 0.21 | 0.54 | 126.43 | 0.14 | 0.4 |
| Hex | 59 | 75 | 5C | 18 | 0 | 15 | 36 | 7E | E | 28 |
| Octal | 131 | 165 | 134 | 30 | 0 | 25 | 66 | 176 | 16 | 50 |
| Binary | 1011001 | 1110101 | 1011100 | 11000 | 0 | 10101 | 110110 | 1111110 | 1110 | 101000 |
Color Harmonies of #59755C
Complementary color
Monochromatic Colors of #59755C
Black with #59755C
Text Example
Text Example
White with #59755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59755C; }
p { color: rgb(89,117,92); }
H1.HeaderClassName
{
color: #59755C;
}
.AnyTagClassName
{
color: #59755C;
}
</style>
background-color css
<style>
a { background-color: #59755C; }
a { background-color: rgb(89,117,92); }
div.DivClassName
{
background-color: #59755C;
}
.BgClassName
{
background-color: #59755C;
}
</style>
border-color css
<style>
span { border-color: #59755C; }
span { border-color: rgb(89,117,92); }
td.TdClassName
{
border-color: #59755C;
}
.TagClassName
{
border-color: #59755C;
}
</style>