Shades of Killarney #507C53
Tints of Killarney #507C53
RGB
CMYK
RGB Variations
Color information
#507C53 (or 0x507C53) is known color: Killarney. HEX triplet: 50, 7C and 53. RGB value is (80,124,83). Sum of RGB (Red+Green+Blue) = 80+124+83=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #507C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C53 is #AF83AC. Grayscale: #6A6A6A. Windows color (decimal): -11502509 or 5471312. OLE color: 5471312.
HSL color Cylindrical-coordinate representation of color #507C53: hue angle of 124.09º 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 #507C53 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 83 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.51 |
| HSL | 124.09º | 0.22% | 0.4% | - |
| HSV(B) | 124.09º | 0.35% | 0.49% | - |
| XYZ | 12.08 | 16.75 | 10.78 | - |
| YUV | 106.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 83 | 0.35 | 0 | 0.33 | 0.51 | 124.09 | 0.22 | 0.4 |
| Hex | 50 | 7C | 53 | 23 | 0 | 21 | 33 | 7C | 16 | 28 |
| Octal | 120 | 174 | 123 | 43 | 0 | 41 | 63 | 174 | 26 | 50 |
| Binary | 1010000 | 1111100 | 1010011 | 100011 | 0 | 100001 | 110011 | 1111100 | 10110 | 101000 |
Color Harmonies of #507C53
Complementary color
Monochromatic Colors of #507C53
Black with #507C53
Text Example
Text Example
White with #507C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C53; }
p { color: rgb(80,124,83); }
H1.HeaderClassName
{
color: #507C53;
}
.AnyTagClassName
{
color: #507C53;
}
</style>
background-color css
<style>
a { background-color: #507C53; }
a { background-color: rgb(80,124,83); }
div.DivClassName
{
background-color: #507C53;
}
.BgClassName
{
background-color: #507C53;
}
</style>
border-color css
<style>
span { border-color: #507C53; }
span { border-color: rgb(80,124,83); }
td.TdClassName
{
border-color: #507C53;
}
.TagClassName
{
border-color: #507C53;
}
</style>