Shades of Killarney #508A58
Tints of Killarney #508A58
RGB
CMYK
RGB Variations
Color information
#508A58 (or 0x508A58) is known color: Killarney. HEX triplet: 50, 8A and 58. RGB value is (80,138,88). Sum of RGB (Red+Green+Blue) = 80+138+88=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #508A58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A58 is #AF75A7. Grayscale: #737373. Windows color (decimal): -11498920 or 5802576. OLE color: 5802576.
HSL color Cylindrical-coordinate representation of color #508A58: hue angle of 128.28º 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 #508A58 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 88 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.46 |
| HSL | 128.28º | 0.27% | 0.43% | - |
| HSV(B) | 128.28º | 0.42% | 0.54% | - |
| XYZ | 14.16 | 20.59 | 12.46 | - |
| YUV | 114.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 88 | 0.42 | 0 | 0.36 | 0.46 | 128.28 | 0.27 | 0.43 |
| Hex | 50 | 8A | 58 | 2A | 0 | 24 | 2E | 80 | 1B | 2B |
| Octal | 120 | 212 | 130 | 52 | 0 | 44 | 56 | 200 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1011000 | 101010 | 0 | 100100 | 101110 | 10000000 | 11011 | 101011 |
Color Harmonies of #508A58
Complementary color
Monochromatic Colors of #508A58
Black with #508A58
Text Example
Text Example
White with #508A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A58; }
p { color: rgb(80,138,88); }
H1.HeaderClassName
{
color: #508A58;
}
.AnyTagClassName
{
color: #508A58;
}
</style>
background-color css
<style>
a { background-color: #508A58; }
a { background-color: rgb(80,138,88); }
div.DivClassName
{
background-color: #508A58;
}
.BgClassName
{
background-color: #508A58;
}
</style>
border-color css
<style>
span { border-color: #508A58; }
span { border-color: rgb(80,138,88); }
td.TdClassName
{
border-color: #508A58;
}
.TagClassName
{
border-color: #508A58;
}
</style>