Shades of Killarney #517D59
Tints of Killarney #517D59
RGB
CMYK
RGB Variations
Color information
#517D59 (or 0x517D59) is known color: Killarney. HEX triplet: 51, 7D and 59. RGB value is (81,125,89). Sum of RGB (Red+Green+Blue) = 81+125+89=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #517D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D59 is #AE82A6. Grayscale: #6B6B6B. Windows color (decimal): -11436711 or 5864785. OLE color: 5864785.
HSL color Cylindrical-coordinate representation of color #517D59: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D59 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 89 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.51 |
| HSL | 130.91º | 0.21% | 0.4% | - |
| HSV(B) | 130.91º | 0.35% | 0.49% | - |
| XYZ | 12.53 | 17.14 | 12.1 | - |
| YUV | 107.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 89 | 0.35 | 0 | 0.29 | 0.51 | 130.91 | 0.21 | 0.4 |
| Hex | 51 | 7D | 59 | 23 | 0 | 1D | 33 | 83 | 15 | 28 |
| Octal | 121 | 175 | 131 | 43 | 0 | 35 | 63 | 203 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1011001 | 100011 | 0 | 11101 | 110011 | 10000011 | 10101 | 101000 |
Color Harmonies of #517D59
Complementary color
Monochromatic Colors of #517D59
Black with #517D59
Text Example
Text Example
White with #517D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D59; }
p { color: rgb(81,125,89); }
H1.HeaderClassName
{
color: #517D59;
}
.AnyTagClassName
{
color: #517D59;
}
</style>
background-color css
<style>
a { background-color: #517D59; }
a { background-color: rgb(81,125,89); }
div.DivClassName
{
background-color: #517D59;
}
.BgClassName
{
background-color: #517D59;
}
</style>
border-color css
<style>
span { border-color: #517D59; }
span { border-color: rgb(81,125,89); }
td.TdClassName
{
border-color: #517D59;
}
.TagClassName
{
border-color: #517D59;
}
</style>