Shades of Killarney #508B57
Tints of Killarney #508B57
RGB
CMYK
RGB Variations
Color information
#508B57 (or 0x508B57) is known color: Killarney. HEX triplet: 50, 8B and 57. RGB value is (80,139,87). Sum of RGB (Red+Green+Blue) = 80+139+87=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #508B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B57 is #AF74A8. Grayscale: #737373. Windows color (decimal): -11498665 or 5737296. OLE color: 5737296.
HSL color Cylindrical-coordinate representation of color #508B57: hue angle of 127.12º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B57 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 87 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.45 |
| HSL | 127.12º | 0.27% | 0.43% | - |
| HSV(B) | 127.12º | 0.42% | 0.55% | - |
| XYZ | 14.26 | 20.86 | 12.29 | - |
| YUV | 115.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 87 | 0.42 | 0 | 0.37 | 0.45 | 127.12 | 0.27 | 0.43 |
| Hex | 50 | 8B | 57 | 2A | 0 | 25 | 2D | 7F | 1B | 2B |
| Octal | 120 | 213 | 127 | 52 | 0 | 45 | 55 | 177 | 33 | 53 |
| Binary | 1010000 | 10001011 | 1010111 | 101010 | 0 | 100101 | 101101 | 1111111 | 11011 | 101011 |
Color Harmonies of #508B57
Complementary color
Monochromatic Colors of #508B57
Black with #508B57
Text Example
Text Example
White with #508B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B57; }
p { color: rgb(80,139,87); }
H1.HeaderClassName
{
color: #508B57;
}
.AnyTagClassName
{
color: #508B57;
}
</style>
background-color css
<style>
a { background-color: #508B57; }
a { background-color: rgb(80,139,87); }
div.DivClassName
{
background-color: #508B57;
}
.BgClassName
{
background-color: #508B57;
}
</style>
border-color css
<style>
span { border-color: #508B57; }
span { border-color: rgb(80,139,87); }
td.TdClassName
{
border-color: #508B57;
}
.TagClassName
{
border-color: #508B57;
}
</style>