Shades of Killarney #508155
Tints of Killarney #508155
RGB
CMYK
RGB Variations
Color information
#508155 (or 0x508155) is known color: Killarney. HEX triplet: 50, 81 and 55. RGB value is (80,129,85). Sum of RGB (Red+Green+Blue) = 80+129+85=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #508155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508155 is #AF7EAA. Grayscale: #6D6D6D. Windows color (decimal): -11501227 or 5603664. OLE color: 5603664.
HSL color Cylindrical-coordinate representation of color #508155: hue angle of 126.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508155 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 85 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.49 |
| HSL | 126.12º | 0.23% | 0.41% | - |
| HSV(B) | 126.12º | 0.38% | 0.51% | - |
| XYZ | 12.8 | 18.06 | 11.41 | - |
| YUV | 109.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 85 | 0.38 | 0 | 0.34 | 0.49 | 126.12 | 0.23 | 0.41 |
| Hex | 50 | 81 | 55 | 26 | 0 | 22 | 31 | 7E | 17 | 29 |
| Octal | 120 | 201 | 125 | 46 | 0 | 42 | 61 | 176 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1010101 | 100110 | 0 | 100010 | 110001 | 1111110 | 10111 | 101001 |
Color Harmonies of #508155
Complementary color
Monochromatic Colors of #508155
Black with #508155
Text Example
Text Example
White with #508155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508155; }
p { color: rgb(80,129,85); }
H1.HeaderClassName
{
color: #508155;
}
.AnyTagClassName
{
color: #508155;
}
</style>
background-color css
<style>
a { background-color: #508155; }
a { background-color: rgb(80,129,85); }
div.DivClassName
{
background-color: #508155;
}
.BgClassName
{
background-color: #508155;
}
</style>
border-color css
<style>
span { border-color: #508155; }
span { border-color: rgb(80,129,85); }
td.TdClassName
{
border-color: #508155;
}
.TagClassName
{
border-color: #508155;
}
</style>