Shades of Killarney #506F52
Tints of Killarney #506F52
RGB
CMYK
RGB Variations
Color information
#506F52 (or 0x506F52) is known color: Killarney. HEX triplet: 50, 6F and 52. RGB value is (80,111,82). Sum of RGB (Red+Green+Blue) = 80+111+82=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #506F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F52 is #AF90AD. Grayscale: #626262. Windows color (decimal): -11505838 or 5402448. OLE color: 5402448.
HSL color Cylindrical-coordinate representation of color #506F52: hue angle of 123.87º 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 #506F52 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 82 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.56 |
| HSL | 123.87º | 0.16% | 0.37% | - |
| HSV(B) | 123.87º | 0.28% | 0.44% | - |
| XYZ | 10.52 | 13.68 | 10.07 | - |
| YUV | 98.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 82 | 0.28 | 0 | 0.26 | 0.56 | 123.87 | 0.16 | 0.37 |
| Hex | 50 | 6F | 52 | 1C | 0 | 1A | 38 | 7C | 10 | 25 |
| Octal | 120 | 157 | 122 | 34 | 0 | 32 | 70 | 174 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1010010 | 11100 | 0 | 11010 | 111000 | 1111100 | 10000 | 100101 |
Color Harmonies of #506F52
Complementary color
Monochromatic Colors of #506F52
Black with #506F52
Text Example
Text Example
White with #506F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F52; }
p { color: rgb(80,111,82); }
H1.HeaderClassName
{
color: #506F52;
}
.AnyTagClassName
{
color: #506F52;
}
</style>
background-color css
<style>
a { background-color: #506F52; }
a { background-color: rgb(80,111,82); }
div.DivClassName
{
background-color: #506F52;
}
.BgClassName
{
background-color: #506F52;
}
</style>
border-color css
<style>
span { border-color: #506F52; }
span { border-color: rgb(80,111,82); }
td.TdClassName
{
border-color: #506F52;
}
.TagClassName
{
border-color: #506F52;
}
</style>