Shades of Killarney #59765D
Tints of Killarney #59765D
RGB
CMYK
RGB Variations
Color information
#59765D (or 0x59765D) is known color: Killarney. HEX triplet: 59, 76 and 5D. RGB value is (89,118,93). Sum of RGB (Red+Green+Blue) = 89+118+93=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #59765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59765D is #A689A2. Grayscale: #6A6A6A. Windows color (decimal): -10914211 or 6125145. OLE color: 6125145.
HSL color Cylindrical-coordinate representation of color #59765D: hue angle of 128.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59765D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 118 | 93 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.54 |
| HSL | 128.28º | 0.14% | 0.41% | - |
| HSV(B) | 128.28º | 0.25% | 0.46% | - |
| XYZ | 12.57 | 15.87 | 12.76 | - |
| YUV | 106.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 93 | 0.25 | 0 | 0.21 | 0.54 | 128.28 | 0.14 | 0.41 |
| Hex | 59 | 76 | 5D | 19 | 0 | 15 | 36 | 80 | E | 29 |
| Octal | 131 | 166 | 135 | 31 | 0 | 25 | 66 | 200 | 16 | 51 |
| Binary | 1011001 | 1110110 | 1011101 | 11001 | 0 | 10101 | 110110 | 10000000 | 1110 | 101001 |
Color Harmonies of #59765D
Complementary color
Monochromatic Colors of #59765D
Black with #59765D
Text Example
Text Example
White with #59765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59765D; }
p { color: rgb(89,118,93); }
H1.HeaderClassName
{
color: #59765D;
}
.AnyTagClassName
{
color: #59765D;
}
</style>
background-color css
<style>
a { background-color: #59765D; }
a { background-color: rgb(89,118,93); }
div.DivClassName
{
background-color: #59765D;
}
.BgClassName
{
background-color: #59765D;
}
</style>
border-color css
<style>
span { border-color: #59765D; }
span { border-color: rgb(89,118,93); }
td.TdClassName
{
border-color: #59765D;
}
.TagClassName
{
border-color: #59765D;
}
</style>