Shades of Killarney #506F56
Tints of Killarney #506F56
RGB
CMYK
RGB Variations
Color information
#506F56 (or 0x506F56) is known color: Killarney. HEX triplet: 50, 6F and 56. RGB value is (80,111,86). Sum of RGB (Red+Green+Blue) = 80+111+86=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #506F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F56 is #AF90A9. Grayscale: #626262. Windows color (decimal): -11505834 or 5664592. OLE color: 5664592.
HSL color Cylindrical-coordinate representation of color #506F56: hue angle of 131.61º 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 #506F56 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 86 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.56 |
| HSL | 131.61º | 0.16% | 0.37% | - |
| HSV(B) | 131.61º | 0.28% | 0.44% | - |
| XYZ | 10.67 | 13.75 | 10.89 | - |
| YUV | 98.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 86 | 0.28 | 0 | 0.23 | 0.56 | 131.61 | 0.16 | 0.37 |
| Hex | 50 | 6F | 56 | 1C | 0 | 17 | 38 | 84 | 10 | 25 |
| Octal | 120 | 157 | 126 | 34 | 0 | 27 | 70 | 204 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1010110 | 11100 | 0 | 10111 | 111000 | 10000100 | 10000 | 100101 |
Color Harmonies of #506F56
Complementary color
Monochromatic Colors of #506F56
Black with #506F56
Text Example
Text Example
White with #506F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F56; }
p { color: rgb(80,111,86); }
H1.HeaderClassName
{
color: #506F56;
}
.AnyTagClassName
{
color: #506F56;
}
</style>
background-color css
<style>
a { background-color: #506F56; }
a { background-color: rgb(80,111,86); }
div.DivClassName
{
background-color: #506F56;
}
.BgClassName
{
background-color: #506F56;
}
</style>
border-color css
<style>
span { border-color: #506F56; }
span { border-color: rgb(80,111,86); }
td.TdClassName
{
border-color: #506F56;
}
.TagClassName
{
border-color: #506F56;
}
</style>