Shades of Killarney #507A58
Tints of Killarney #507A58
RGB
CMYK
RGB Variations
Color information
#507A58 (or 0x507A58) is known color: Killarney. HEX triplet: 50, 7A and 58. RGB value is (80,122,88). Sum of RGB (Red+Green+Blue) = 80+122+88=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #507A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A58 is #AF85A7. Grayscale: #696969. Windows color (decimal): -11503016 or 5798480. OLE color: 5798480.
HSL color Cylindrical-coordinate representation of color #507A58: hue angle of 131.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507A58 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 88 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.52 |
| HSL | 131.43º | 0.21% | 0.4% | - |
| HSV(B) | 131.43º | 0.34% | 0.48% | - |
| XYZ | 12.03 | 16.33 | 11.75 | - |
| YUV | 105.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 88 | 0.34 | 0 | 0.28 | 0.52 | 131.43 | 0.21 | 0.4 |
| Hex | 50 | 7A | 58 | 22 | 0 | 1C | 34 | 83 | 15 | 28 |
| Octal | 120 | 172 | 130 | 42 | 0 | 34 | 64 | 203 | 25 | 50 |
| Binary | 1010000 | 1111010 | 1011000 | 100010 | 0 | 11100 | 110100 | 10000011 | 10101 | 101000 |
Color Harmonies of #507A58
Complementary color
Monochromatic Colors of #507A58
Black with #507A58
Text Example
Text Example
White with #507A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A58; }
p { color: rgb(80,122,88); }
H1.HeaderClassName
{
color: #507A58;
}
.AnyTagClassName
{
color: #507A58;
}
</style>
background-color css
<style>
a { background-color: #507A58; }
a { background-color: rgb(80,122,88); }
div.DivClassName
{
background-color: #507A58;
}
.BgClassName
{
background-color: #507A58;
}
</style>
border-color css
<style>
span { border-color: #507A58; }
span { border-color: rgb(80,122,88); }
td.TdClassName
{
border-color: #507A58;
}
.TagClassName
{
border-color: #507A58;
}
</style>