Shades of Killarney #517F51
Tints of Killarney #517F51
RGB
CMYK
RGB Variations
Color information
#517F51 (or 0x517F51) is known color: Killarney. HEX triplet: 51, 7F and 51. RGB value is (81,127,81). Sum of RGB (Red+Green+Blue) = 81+127+81=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #517F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F51 is #AE80AE. Grayscale: #6C6C6C. Windows color (decimal): -11436207 or 5341009. OLE color: 5341009.
HSL color Cylindrical-coordinate representation of color #517F51: hue angle of 120º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F51 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 81 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.50 |
| HSL | 120º | 0.22% | 0.41% | - |
| HSV(B) | 120º | 0.36% | 0.5% | - |
| XYZ | 12.47 | 17.52 | 10.51 | - |
| YUV | 108 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 81 | 0.36 | 0 | 0.36 | 0.50 | 120 | 0.22 | 0.41 |
| Hex | 51 | 7F | 51 | 24 | 0 | 24 | 32 | 78 | 16 | 29 |
| Octal | 121 | 177 | 121 | 44 | 0 | 44 | 62 | 170 | 26 | 51 |
| Binary | 1010001 | 1111111 | 1010001 | 100100 | 0 | 100100 | 110010 | 1111000 | 10110 | 101001 |
Color Harmonies of #517F51
Complementary color
Monochromatic Colors of #517F51
Black with #517F51
Text Example
Text Example
White with #517F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F51; }
p { color: rgb(81,127,81); }
H1.HeaderClassName
{
color: #517F51;
}
.AnyTagClassName
{
color: #517F51;
}
</style>
background-color css
<style>
a { background-color: #517F51; }
a { background-color: rgb(81,127,81); }
div.DivClassName
{
background-color: #517F51;
}
.BgClassName
{
background-color: #517F51;
}
</style>
border-color css
<style>
span { border-color: #517F51; }
span { border-color: rgb(81,127,81); }
td.TdClassName
{
border-color: #517F51;
}
.TagClassName
{
border-color: #517F51;
}
</style>