Shades of Killarney #506F4F
Tints of Killarney #506F4F
RGB
CMYK
RGB Variations
Color information
#506F4F (or 0x506F4F) is known color: Killarney. HEX triplet: 50, 6F and 4F. RGB value is (80,111,79). Sum of RGB (Red+Green+Blue) = 80+111+79=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #506F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F4F is #AF90B0. Grayscale: #626262. Windows color (decimal): -11505841 or 5205840. OLE color: 5205840.
HSL color Cylindrical-coordinate representation of color #506F4F: hue angle of 118.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506F4F is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 79 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.56 |
| HSL | 118.13º | 0.17% | 0.37% | - |
| HSV(B) | 118.13º | 0.29% | 0.44% | - |
| XYZ | 10.4 | 13.64 | 9.48 | - |
| YUV | 98.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 79 | 0.28 | 0 | 0.29 | 0.56 | 118.13 | 0.17 | 0.37 |
| Hex | 50 | 6F | 4F | 1C | 0 | 1D | 38 | 76 | 11 | 25 |
| Octal | 120 | 157 | 117 | 34 | 0 | 35 | 70 | 166 | 21 | 45 |
| Binary | 1010000 | 1101111 | 1001111 | 11100 | 0 | 11101 | 111000 | 1110110 | 10001 | 100101 |
Color Harmonies of #506F4F
Complementary color
Monochromatic Colors of #506F4F
Black with #506F4F
Text Example
Text Example
White with #506F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F4F; }
p { color: rgb(80,111,79); }
H1.HeaderClassName
{
color: #506F4F;
}
.AnyTagClassName
{
color: #506F4F;
}
</style>
background-color css
<style>
a { background-color: #506F4F; }
a { background-color: rgb(80,111,79); }
div.DivClassName
{
background-color: #506F4F;
}
.BgClassName
{
background-color: #506F4F;
}
</style>
border-color css
<style>
span { border-color: #506F4F; }
span { border-color: rgb(80,111,79); }
td.TdClassName
{
border-color: #506F4F;
}
.TagClassName
{
border-color: #506F4F;
}
</style>