Shades of Killarney #508151
Tints of Killarney #508151
RGB
CMYK
RGB Variations
Color information
#508151 (or 0x508151) is known color: Killarney. HEX triplet: 50, 81 and 51. RGB value is (80,129,81). Sum of RGB (Red+Green+Blue) = 80+129+81=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #508151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508151 is #AF7EAE. Grayscale: #6D6D6D. Windows color (decimal): -11501231 or 5341520. OLE color: 5341520.
HSL color Cylindrical-coordinate representation of color #508151: hue angle of 121.22º 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 #508151 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 81 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.49 |
| HSL | 121.22º | 0.23% | 0.41% | - |
| HSV(B) | 121.22º | 0.38% | 0.51% | - |
| XYZ | 12.64 | 18 | 10.59 | - |
| YUV | 108.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 81 | 0.38 | 0 | 0.37 | 0.49 | 121.22 | 0.23 | 0.41 |
| Hex | 50 | 81 | 51 | 26 | 0 | 25 | 31 | 79 | 17 | 29 |
| Octal | 120 | 201 | 121 | 46 | 0 | 45 | 61 | 171 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1010001 | 100110 | 0 | 100101 | 110001 | 1111001 | 10111 | 101001 |
Color Harmonies of #508151
Complementary color
Monochromatic Colors of #508151
Black with #508151
Text Example
Text Example
White with #508151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508151; }
p { color: rgb(80,129,81); }
H1.HeaderClassName
{
color: #508151;
}
.AnyTagClassName
{
color: #508151;
}
</style>
background-color css
<style>
a { background-color: #508151; }
a { background-color: rgb(80,129,81); }
div.DivClassName
{
background-color: #508151;
}
.BgClassName
{
background-color: #508151;
}
</style>
border-color css
<style>
span { border-color: #508151; }
span { border-color: rgb(80,129,81); }
td.TdClassName
{
border-color: #508151;
}
.TagClassName
{
border-color: #508151;
}
</style>