Shades of Killarney #508259
Tints of Killarney #508259
RGB
CMYK
RGB Variations
Color information
#508259 (or 0x508259) is known color: Killarney. HEX triplet: 50, 82 and 59. RGB value is (80,130,89). Sum of RGB (Red+Green+Blue) = 80+130+89=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #508259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508259 is #AF7DA6. Grayscale: #6E6E6E. Windows color (decimal): -11500967 or 5866064. OLE color: 5866064.
HSL color Cylindrical-coordinate representation of color #508259: hue angle of 130.8º 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 #508259 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 89 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.49 |
| HSL | 130.8º | 0.24% | 0.41% | - |
| HSV(B) | 130.8º | 0.38% | 0.51% | - |
| XYZ | 13.09 | 18.39 | 12.31 | - |
| YUV | 110.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 89 | 0.38 | 0 | 0.32 | 0.49 | 130.8 | 0.24 | 0.41 |
| Hex | 50 | 82 | 59 | 26 | 0 | 20 | 31 | 83 | 18 | 29 |
| Octal | 120 | 202 | 131 | 46 | 0 | 40 | 61 | 203 | 30 | 51 |
| Binary | 1010000 | 10000010 | 1011001 | 100110 | 0 | 100000 | 110001 | 10000011 | 11000 | 101001 |
Color Harmonies of #508259
Complementary color
Monochromatic Colors of #508259
Black with #508259
Text Example
Text Example
White with #508259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508259; }
p { color: rgb(80,130,89); }
H1.HeaderClassName
{
color: #508259;
}
.AnyTagClassName
{
color: #508259;
}
</style>
background-color css
<style>
a { background-color: #508259; }
a { background-color: rgb(80,130,89); }
div.DivClassName
{
background-color: #508259;
}
.BgClassName
{
background-color: #508259;
}
</style>
border-color css
<style>
span { border-color: #508259; }
span { border-color: rgb(80,130,89); }
td.TdClassName
{
border-color: #508259;
}
.TagClassName
{
border-color: #508259;
}
</style>