Shades of Killarney #517A59
Tints of Killarney #517A59
RGB
CMYK
RGB Variations
Color information
#517A59 (or 0x517A59) is known color: Killarney. HEX triplet: 51, 7A and 59. RGB value is (81,122,89). Sum of RGB (Red+Green+Blue) = 81+122+89=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #517A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A59 is #AE85A6. Grayscale: #6A6A6A. Windows color (decimal): -11437479 or 5864017. OLE color: 5864017.
HSL color Cylindrical-coordinate representation of color #517A59: hue angle of 131.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A59 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 89 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.52 |
| HSL | 131.71º | 0.2% | 0.4% | - |
| HSV(B) | 131.71º | 0.34% | 0.48% | - |
| XYZ | 12.16 | 16.39 | 11.97 | - |
| YUV | 105.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 89 | 0.34 | 0 | 0.27 | 0.52 | 131.71 | 0.2 | 0.4 |
| Hex | 51 | 7A | 59 | 22 | 0 | 1B | 34 | 84 | 14 | 28 |
| Octal | 121 | 172 | 131 | 42 | 0 | 33 | 64 | 204 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1011001 | 100010 | 0 | 11011 | 110100 | 10000100 | 10100 | 101000 |
Color Harmonies of #517A59
Complementary color
Monochromatic Colors of #517A59
Black with #517A59
Text Example
Text Example
White with #517A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A59; }
p { color: rgb(81,122,89); }
H1.HeaderClassName
{
color: #517A59;
}
.AnyTagClassName
{
color: #517A59;
}
</style>
background-color css
<style>
a { background-color: #517A59; }
a { background-color: rgb(81,122,89); }
div.DivClassName
{
background-color: #517A59;
}
.BgClassName
{
background-color: #517A59;
}
</style>
border-color css
<style>
span { border-color: #517A59; }
span { border-color: rgb(81,122,89); }
td.TdClassName
{
border-color: #517A59;
}
.TagClassName
{
border-color: #517A59;
}
</style>