Shades of Killarney #508255
Tints of Killarney #508255
RGB
CMYK
RGB Variations
Color information
#508255 (or 0x508255) is known color: Killarney. HEX triplet: 50, 82 and 55. RGB value is (80,130,85). Sum of RGB (Red+Green+Blue) = 80+130+85=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #508255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508255 is #AF7DAA. Grayscale: #6E6E6E. Windows color (decimal): -11500971 or 5603920. OLE color: 5603920.
HSL color Cylindrical-coordinate representation of color #508255: hue angle of 126º degrees, saturation: 0.24, 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 #508255 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 85 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.49 |
| HSL | 126º | 0.24% | 0.41% | - |
| HSV(B) | 126º | 0.38% | 0.51% | - |
| XYZ | 12.93 | 18.33 | 11.45 | - |
| YUV | 109.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 85 | 0.38 | 0 | 0.35 | 0.49 | 126 | 0.24 | 0.41 |
| Hex | 50 | 82 | 55 | 26 | 0 | 23 | 31 | 7E | 18 | 29 |
| Octal | 120 | 202 | 125 | 46 | 0 | 43 | 61 | 176 | 30 | 51 |
| Binary | 1010000 | 10000010 | 1010101 | 100110 | 0 | 100011 | 110001 | 1111110 | 11000 | 101001 |
Color Harmonies of #508255
Complementary color
Monochromatic Colors of #508255
Black with #508255
Text Example
Text Example
White with #508255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508255; }
p { color: rgb(80,130,85); }
H1.HeaderClassName
{
color: #508255;
}
.AnyTagClassName
{
color: #508255;
}
</style>
background-color css
<style>
a { background-color: #508255; }
a { background-color: rgb(80,130,85); }
div.DivClassName
{
background-color: #508255;
}
.BgClassName
{
background-color: #508255;
}
</style>
border-color css
<style>
span { border-color: #508255; }
span { border-color: rgb(80,130,85); }
td.TdClassName
{
border-color: #508255;
}
.TagClassName
{
border-color: #508255;
}
</style>