Shades of Killarney #517D58
Tints of Killarney #517D58
RGB
CMYK
RGB Variations
Color information
#517D58 (or 0x517D58) is known color: Killarney. HEX triplet: 51, 7D and 58. RGB value is (81,125,88). Sum of RGB (Red+Green+Blue) = 81+125+88=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #517D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D58 is #AE82A7. Grayscale: #6B6B6B. Windows color (decimal): -11436712 or 5799249. OLE color: 5799249.
HSL color Cylindrical-coordinate representation of color #517D58: hue angle of 129.55º 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 #517D58 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 88 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.51 |
| HSL | 129.55º | 0.21% | 0.4% | - |
| HSV(B) | 129.55º | 0.35% | 0.49% | - |
| XYZ | 12.49 | 17.12 | 11.88 | - |
| YUV | 107.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 88 | 0.35 | 0 | 0.30 | 0.51 | 129.55 | 0.21 | 0.4 |
| Hex | 51 | 7D | 58 | 23 | 0 | 1E | 33 | 82 | 15 | 28 |
| Octal | 121 | 175 | 130 | 43 | 0 | 36 | 63 | 202 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1011000 | 100011 | 0 | 11110 | 110011 | 10000010 | 10101 | 101000 |
Color Harmonies of #517D58
Complementary color
Monochromatic Colors of #517D58
Black with #517D58
Text Example
Text Example
White with #517D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D58; }
p { color: rgb(81,125,88); }
H1.HeaderClassName
{
color: #517D58;
}
.AnyTagClassName
{
color: #517D58;
}
</style>
background-color css
<style>
a { background-color: #517D58; }
a { background-color: rgb(81,125,88); }
div.DivClassName
{
background-color: #517D58;
}
.BgClassName
{
background-color: #517D58;
}
</style>
border-color css
<style>
span { border-color: #517D58; }
span { border-color: rgb(81,125,88); }
td.TdClassName
{
border-color: #517D58;
}
.TagClassName
{
border-color: #517D58;
}
</style>