Shades of Killarney #507F53
Tints of Killarney #507F53
RGB
CMYK
RGB Variations
Color information
#507F53 (or 0x507F53) is known color: Killarney. HEX triplet: 50, 7F and 53. RGB value is (80,127,83). Sum of RGB (Red+Green+Blue) = 80+127+83=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #507F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F53 is #AF80AC. Grayscale: #6C6C6C. Windows color (decimal): -11501741 or 5472080. OLE color: 5472080.
HSL color Cylindrical-coordinate representation of color #507F53: hue angle of 123.83º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F53 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 83 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.50 |
| HSL | 123.83º | 0.23% | 0.41% | - |
| HSV(B) | 123.83º | 0.37% | 0.5% | - |
| XYZ | 12.46 | 17.51 | 10.91 | - |
| YUV | 107.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 83 | 0.37 | 0 | 0.35 | 0.50 | 123.83 | 0.23 | 0.41 |
| Hex | 50 | 7F | 53 | 25 | 0 | 23 | 32 | 7C | 17 | 29 |
| Octal | 120 | 177 | 123 | 45 | 0 | 43 | 62 | 174 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1010011 | 100101 | 0 | 100011 | 110010 | 1111100 | 10111 | 101001 |
Color Harmonies of #507F53
Complementary color
Monochromatic Colors of #507F53
Black with #507F53
Text Example
Text Example
White with #507F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F53; }
p { color: rgb(80,127,83); }
H1.HeaderClassName
{
color: #507F53;
}
.AnyTagClassName
{
color: #507F53;
}
</style>
background-color css
<style>
a { background-color: #507F53; }
a { background-color: rgb(80,127,83); }
div.DivClassName
{
background-color: #507F53;
}
.BgClassName
{
background-color: #507F53;
}
</style>
border-color css
<style>
span { border-color: #507F53; }
span { border-color: rgb(80,127,83); }
td.TdClassName
{
border-color: #507F53;
}
.TagClassName
{
border-color: #507F53;
}
</style>