Shades of Killarney #517C58
Tints of Killarney #517C58
RGB
CMYK
RGB Variations
Color information
#517C58 (or 0x517C58) is known color: Killarney. HEX triplet: 51, 7C and 58. RGB value is (81,124,88). Sum of RGB (Red+Green+Blue) = 81+124+88=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #517C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C58 is #AE83A7. Grayscale: #6B6B6B. Windows color (decimal): -11436968 or 5798993. OLE color: 5798993.
HSL color Cylindrical-coordinate representation of color #517C58: hue angle of 129.77º 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 #517C58 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 124 | 88 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.51 |
| HSL | 129.77º | 0.21% | 0.4% | - |
| HSV(B) | 129.77º | 0.35% | 0.49% | - |
| XYZ | 12.36 | 16.87 | 11.84 | - |
| YUV | 107.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 88 | 0.35 | 0 | 0.29 | 0.51 | 129.77 | 0.21 | 0.4 |
| Hex | 51 | 7C | 58 | 23 | 0 | 1D | 33 | 82 | 15 | 28 |
| Octal | 121 | 174 | 130 | 43 | 0 | 35 | 63 | 202 | 25 | 50 |
| Binary | 1010001 | 1111100 | 1011000 | 100011 | 0 | 11101 | 110011 | 10000010 | 10101 | 101000 |
Color Harmonies of #517C58
Complementary color
Monochromatic Colors of #517C58
Black with #517C58
Text Example
Text Example
White with #517C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C58; }
p { color: rgb(81,124,88); }
H1.HeaderClassName
{
color: #517C58;
}
.AnyTagClassName
{
color: #517C58;
}
</style>
background-color css
<style>
a { background-color: #517C58; }
a { background-color: rgb(81,124,88); }
div.DivClassName
{
background-color: #517C58;
}
.BgClassName
{
background-color: #517C58;
}
</style>
border-color css
<style>
span { border-color: #517C58; }
span { border-color: rgb(81,124,88); }
td.TdClassName
{
border-color: #517C58;
}
.TagClassName
{
border-color: #517C58;
}
</style>