Shades of Killarney #507E53
Tints of Killarney #507E53
RGB
CMYK
RGB Variations
Color information
#507E53 (or 0x507E53) is known color: Killarney. HEX triplet: 50, 7E and 53. RGB value is (80,126,83). Sum of RGB (Red+Green+Blue) = 80+126+83=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #507E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E53 is #AF81AC. Grayscale: #6B6B6B. Windows color (decimal): -11501997 or 5471824. OLE color: 5471824.
HSL color Cylindrical-coordinate representation of color #507E53: hue angle of 123.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E53 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 83 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.51 |
| HSL | 123.91º | 0.22% | 0.4% | - |
| HSV(B) | 123.91º | 0.37% | 0.49% | - |
| XYZ | 12.33 | 17.25 | 10.86 | - |
| YUV | 107.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 83 | 0.37 | 0 | 0.34 | 0.51 | 123.91 | 0.22 | 0.4 |
| Hex | 50 | 7E | 53 | 25 | 0 | 22 | 33 | 7C | 16 | 28 |
| Octal | 120 | 176 | 123 | 45 | 0 | 42 | 63 | 174 | 26 | 50 |
| Binary | 1010000 | 1111110 | 1010011 | 100101 | 0 | 100010 | 110011 | 1111100 | 10110 | 101000 |
Color Harmonies of #507E53
Complementary color
Monochromatic Colors of #507E53
Black with #507E53
Text Example
Text Example
White with #507E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E53; }
p { color: rgb(80,126,83); }
H1.HeaderClassName
{
color: #507E53;
}
.AnyTagClassName
{
color: #507E53;
}
</style>
background-color css
<style>
a { background-color: #507E53; }
a { background-color: rgb(80,126,83); }
div.DivClassName
{
background-color: #507E53;
}
.BgClassName
{
background-color: #507E53;
}
</style>
border-color css
<style>
span { border-color: #507E53; }
span { border-color: rgb(80,126,83); }
td.TdClassName
{
border-color: #507E53;
}
.TagClassName
{
border-color: #507E53;
}
</style>