Shades of Killarney #506D54
Tints of Killarney #506D54
RGB
CMYK
RGB Variations
Color information
#506D54 (or 0x506D54) is known color: Killarney. HEX triplet: 50, 6D and 54. RGB value is (80,109,84). Sum of RGB (Red+Green+Blue) = 80+109+84=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #506D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D54 is #AF92AB. Grayscale: #616161. Windows color (decimal): -11506348 or 5533008. OLE color: 5533008.
HSL color Cylindrical-coordinate representation of color #506D54: hue angle of 128.28º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D54 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 84 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.57 |
| HSL | 128.28º | 0.15% | 0.37% | - |
| HSV(B) | 128.28º | 0.27% | 0.43% | - |
| XYZ | 10.38 | 13.28 | 10.4 | - |
| YUV | 97.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 84 | 0.27 | 0 | 0.23 | 0.57 | 128.28 | 0.15 | 0.37 |
| Hex | 50 | 6D | 54 | 1B | 0 | 17 | 39 | 80 | F | 25 |
| Octal | 120 | 155 | 124 | 33 | 0 | 27 | 71 | 200 | 17 | 45 |
| Binary | 1010000 | 1101101 | 1010100 | 11011 | 0 | 10111 | 111001 | 10000000 | 1111 | 100101 |
Color Harmonies of #506D54
Complementary color
Monochromatic Colors of #506D54
Black with #506D54
Text Example
Text Example
White with #506D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D54; }
p { color: rgb(80,109,84); }
H1.HeaderClassName
{
color: #506D54;
}
.AnyTagClassName
{
color: #506D54;
}
</style>
background-color css
<style>
a { background-color: #506D54; }
a { background-color: rgb(80,109,84); }
div.DivClassName
{
background-color: #506D54;
}
.BgClassName
{
background-color: #506D54;
}
</style>
border-color css
<style>
span { border-color: #506D54; }
span { border-color: rgb(80,109,84); }
td.TdClassName
{
border-color: #506D54;
}
.TagClassName
{
border-color: #506D54;
}
</style>