Shades of Killarney #507C52
Tints of Killarney #507C52
RGB
CMYK
RGB Variations
Color information
#507C52 (or 0x507C52) is known color: Killarney. HEX triplet: 50, 7C and 52. RGB value is (80,124,82). Sum of RGB (Red+Green+Blue) = 80+124+82=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #507C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C52 is #AF83AD. Grayscale: #6A6A6A. Windows color (decimal): -11502510 or 5405776. OLE color: 5405776.
HSL color Cylindrical-coordinate representation of color #507C52: hue angle of 122.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C52 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 82 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.51 |
| HSL | 122.73º | 0.22% | 0.4% | - |
| HSV(B) | 122.73º | 0.35% | 0.49% | - |
| XYZ | 12.04 | 16.73 | 10.58 | - |
| YUV | 106.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 82 | 0.35 | 0 | 0.34 | 0.51 | 122.73 | 0.22 | 0.4 |
| Hex | 50 | 7C | 52 | 23 | 0 | 22 | 33 | 7B | 16 | 28 |
| Octal | 120 | 174 | 122 | 43 | 0 | 42 | 63 | 173 | 26 | 50 |
| Binary | 1010000 | 1111100 | 1010010 | 100011 | 0 | 100010 | 110011 | 1111011 | 10110 | 101000 |
Color Harmonies of #507C52
Complementary color
Monochromatic Colors of #507C52
Black with #507C52
Text Example
Text Example
White with #507C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C52; }
p { color: rgb(80,124,82); }
H1.HeaderClassName
{
color: #507C52;
}
.AnyTagClassName
{
color: #507C52;
}
</style>
background-color css
<style>
a { background-color: #507C52; }
a { background-color: rgb(80,124,82); }
div.DivClassName
{
background-color: #507C52;
}
.BgClassName
{
background-color: #507C52;
}
</style>
border-color css
<style>
span { border-color: #507C52; }
span { border-color: rgb(80,124,82); }
td.TdClassName
{
border-color: #507C52;
}
.TagClassName
{
border-color: #507C52;
}
</style>