Shades of Killarney #506F54
Tints of Killarney #506F54
RGB
CMYK
RGB Variations
Color information
#506F54 (or 0x506F54) is known color: Killarney. HEX triplet: 50, 6F and 54. RGB value is (80,111,84). Sum of RGB (Red+Green+Blue) = 80+111+84=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #506F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F54 is #AF90AB. Grayscale: #626262. Windows color (decimal): -11505836 or 5533520. OLE color: 5533520.
HSL color Cylindrical-coordinate representation of color #506F54: hue angle of 127.74º 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 #506F54 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 84 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.56 |
| HSL | 127.74º | 0.16% | 0.37% | - |
| HSV(B) | 127.74º | 0.28% | 0.44% | - |
| XYZ | 10.59 | 13.71 | 10.48 | - |
| YUV | 98.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 84 | 0.28 | 0 | 0.24 | 0.56 | 127.74 | 0.16 | 0.37 |
| Hex | 50 | 6F | 54 | 1C | 0 | 18 | 38 | 80 | 10 | 25 |
| Octal | 120 | 157 | 124 | 34 | 0 | 30 | 70 | 200 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1010100 | 11100 | 0 | 11000 | 111000 | 10000000 | 10000 | 100101 |
Color Harmonies of #506F54
Complementary color
Monochromatic Colors of #506F54
Black with #506F54
Text Example
Text Example
White with #506F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F54; }
p { color: rgb(80,111,84); }
H1.HeaderClassName
{
color: #506F54;
}
.AnyTagClassName
{
color: #506F54;
}
</style>
background-color css
<style>
a { background-color: #506F54; }
a { background-color: rgb(80,111,84); }
div.DivClassName
{
background-color: #506F54;
}
.BgClassName
{
background-color: #506F54;
}
</style>
border-color css
<style>
span { border-color: #506F54; }
span { border-color: rgb(80,111,84); }
td.TdClassName
{
border-color: #506F54;
}
.TagClassName
{
border-color: #506F54;
}
</style>