Shades of Killarney #508A59
Tints of Killarney #508A59
RGB
CMYK
RGB Variations
Color information
#508A59 (or 0x508A59) is known color: Killarney. HEX triplet: 50, 8A and 59. RGB value is (80,138,89). Sum of RGB (Red+Green+Blue) = 80+138+89=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #508A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A59 is #AF75A6. Grayscale: #737373. Windows color (decimal): -11498919 or 5868112. OLE color: 5868112.
HSL color Cylindrical-coordinate representation of color #508A59: hue angle of 129.31º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508A59 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 89 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.46 |
| HSL | 129.31º | 0.27% | 0.43% | - |
| HSV(B) | 129.31º | 0.42% | 0.54% | - |
| XYZ | 14.2 | 20.6 | 12.68 | - |
| YUV | 115.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 89 | 0.42 | 0 | 0.36 | 0.46 | 129.31 | 0.27 | 0.43 |
| Hex | 50 | 8A | 59 | 2A | 0 | 24 | 2E | 81 | 1B | 2B |
| Octal | 120 | 212 | 131 | 52 | 0 | 44 | 56 | 201 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1011001 | 101010 | 0 | 100100 | 101110 | 10000001 | 11011 | 101011 |
Color Harmonies of #508A59
Complementary color
Monochromatic Colors of #508A59
Black with #508A59
Text Example
Text Example
White with #508A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A59; }
p { color: rgb(80,138,89); }
H1.HeaderClassName
{
color: #508A59;
}
.AnyTagClassName
{
color: #508A59;
}
</style>
background-color css
<style>
a { background-color: #508A59; }
a { background-color: rgb(80,138,89); }
div.DivClassName
{
background-color: #508A59;
}
.BgClassName
{
background-color: #508A59;
}
</style>
border-color css
<style>
span { border-color: #508A59; }
span { border-color: rgb(80,138,89); }
td.TdClassName
{
border-color: #508A59;
}
.TagClassName
{
border-color: #508A59;
}
</style>