Shades of Killarney #517D50
Tints of Killarney #517D50
RGB
CMYK
RGB Variations
Color information
#517D50 (or 0x517D50) is known color: Killarney. HEX triplet: 51, 7D and 50. RGB value is (81,125,80). Sum of RGB (Red+Green+Blue) = 81+125+80=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #517D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D50 is #AE82AF. Grayscale: #6A6A6A. Windows color (decimal): -11436720 or 5274961. OLE color: 5274961.
HSL color Cylindrical-coordinate representation of color #517D50: hue angle of 118.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517D50 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 80 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.51 |
| HSL | 118.67º | 0.22% | 0.4% | - |
| HSV(B) | 118.67º | 0.36% | 0.49% | - |
| XYZ | 12.17 | 17 | 10.23 | - |
| YUV | 106.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 80 | 0.35 | 0 | 0.36 | 0.51 | 118.67 | 0.22 | 0.4 |
| Hex | 51 | 7D | 50 | 23 | 0 | 24 | 33 | 77 | 16 | 28 |
| Octal | 121 | 175 | 120 | 43 | 0 | 44 | 63 | 167 | 26 | 50 |
| Binary | 1010001 | 1111101 | 1010000 | 100011 | 0 | 100100 | 110011 | 1110111 | 10110 | 101000 |
Color Harmonies of #517D50
Complementary color
Monochromatic Colors of #517D50
Black with #517D50
Text Example
Text Example
White with #517D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D50; }
p { color: rgb(81,125,80); }
H1.HeaderClassName
{
color: #517D50;
}
.AnyTagClassName
{
color: #517D50;
}
</style>
background-color css
<style>
a { background-color: #517D50; }
a { background-color: rgb(81,125,80); }
div.DivClassName
{
background-color: #517D50;
}
.BgClassName
{
background-color: #517D50;
}
</style>
border-color css
<style>
span { border-color: #517D50; }
span { border-color: rgb(81,125,80); }
td.TdClassName
{
border-color: #517D50;
}
.TagClassName
{
border-color: #517D50;
}
</style>