Shades of Killarney #516F50
Tints of Killarney #516F50
RGB
CMYK
RGB Variations
Color information
#516F50 (or 0x516F50) is known color: Killarney. HEX triplet: 51, 6F and 50. RGB value is (81,111,80). Sum of RGB (Red+Green+Blue) = 81+111+80=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #516F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F50 is #AE90AF. Grayscale: #626262. Windows color (decimal): -11440304 or 5271377. OLE color: 5271377.
HSL color Cylindrical-coordinate representation of color #516F50: hue angle of 118.06º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516F50 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 80 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.56 |
| HSL | 118.06º | 0.16% | 0.37% | - |
| HSV(B) | 118.06º | 0.28% | 0.44% | - |
| XYZ | 10.53 | 13.7 | 9.68 | - |
| YUV | 98.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 80 | 0.27 | 0 | 0.28 | 0.56 | 118.06 | 0.16 | 0.37 |
| Hex | 51 | 6F | 50 | 1B | 0 | 1C | 38 | 76 | 10 | 25 |
| Octal | 121 | 157 | 120 | 33 | 0 | 34 | 70 | 166 | 20 | 45 |
| Binary | 1010001 | 1101111 | 1010000 | 11011 | 0 | 11100 | 111000 | 1110110 | 10000 | 100101 |
Color Harmonies of #516F50
Complementary color
Monochromatic Colors of #516F50
Black with #516F50
Text Example
Text Example
White with #516F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F50; }
p { color: rgb(81,111,80); }
H1.HeaderClassName
{
color: #516F50;
}
.AnyTagClassName
{
color: #516F50;
}
</style>
background-color css
<style>
a { background-color: #516F50; }
a { background-color: rgb(81,111,80); }
div.DivClassName
{
background-color: #516F50;
}
.BgClassName
{
background-color: #516F50;
}
</style>
border-color css
<style>
span { border-color: #516F50; }
span { border-color: rgb(81,111,80); }
td.TdClassName
{
border-color: #516F50;
}
.TagClassName
{
border-color: #516F50;
}
</style>