Shades of Killarney #507E55
Tints of Killarney #507E55
RGB
CMYK
RGB Variations
Color information
#507E55 (or 0x507E55) is known color: Killarney. HEX triplet: 50, 7E and 55. RGB value is (80,126,85). Sum of RGB (Red+Green+Blue) = 80+126+85=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #507E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E55 is #AF81AA. Grayscale: #6B6B6B. Windows color (decimal): -11501995 or 5602896. OLE color: 5602896.
HSL color Cylindrical-coordinate representation of color #507E55: hue angle of 126.52º 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 #507E55 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 85 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.51 |
| HSL | 126.52º | 0.22% | 0.4% | - |
| HSV(B) | 126.52º | 0.37% | 0.49% | - |
| XYZ | 12.41 | 17.28 | 11.28 | - |
| YUV | 107.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 85 | 0.37 | 0 | 0.33 | 0.51 | 126.52 | 0.22 | 0.4 |
| Hex | 50 | 7E | 55 | 25 | 0 | 21 | 33 | 7F | 16 | 28 |
| Octal | 120 | 176 | 125 | 45 | 0 | 41 | 63 | 177 | 26 | 50 |
| Binary | 1010000 | 1111110 | 1010101 | 100101 | 0 | 100001 | 110011 | 1111111 | 10110 | 101000 |
Color Harmonies of #507E55
Complementary color
Monochromatic Colors of #507E55
Black with #507E55
Text Example
Text Example
White with #507E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E55; }
p { color: rgb(80,126,85); }
H1.HeaderClassName
{
color: #507E55;
}
.AnyTagClassName
{
color: #507E55;
}
</style>
background-color css
<style>
a { background-color: #507E55; }
a { background-color: rgb(80,126,85); }
div.DivClassName
{
background-color: #507E55;
}
.BgClassName
{
background-color: #507E55;
}
</style>
border-color css
<style>
span { border-color: #507E55; }
span { border-color: rgb(80,126,85); }
td.TdClassName
{
border-color: #507E55;
}
.TagClassName
{
border-color: #507E55;
}
</style>