Shades of Killarney #508555
Tints of Killarney #508555
RGB
CMYK
RGB Variations
Color information
#508555 (or 0x508555) is known color: Killarney. HEX triplet: 50, 85 and 55. RGB value is (80,133,85). Sum of RGB (Red+Green+Blue) = 80+133+85=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #508555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508555 is #AF7AAA. Grayscale: #6F6F6F. Windows color (decimal): -11500203 or 5604688. OLE color: 5604688.
HSL color Cylindrical-coordinate representation of color #508555: hue angle of 125.66º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508555 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 85 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.48 |
| HSL | 125.66º | 0.25% | 0.42% | - |
| HSV(B) | 125.66º | 0.4% | 0.52% | - |
| XYZ | 13.34 | 19.14 | 11.59 | - |
| YUV | 111.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 85 | 0.40 | 0 | 0.36 | 0.48 | 125.66 | 0.25 | 0.42 |
| Hex | 50 | 85 | 55 | 28 | 0 | 24 | 30 | 7E | 19 | 2A |
| Octal | 120 | 205 | 125 | 50 | 0 | 44 | 60 | 176 | 31 | 52 |
| Binary | 1010000 | 10000101 | 1010101 | 101000 | 0 | 100100 | 110000 | 1111110 | 11001 | 101010 |
Color Harmonies of #508555
Complementary color
Monochromatic Colors of #508555
Black with #508555
Text Example
Text Example
White with #508555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508555; }
p { color: rgb(80,133,85); }
H1.HeaderClassName
{
color: #508555;
}
.AnyTagClassName
{
color: #508555;
}
</style>
background-color css
<style>
a { background-color: #508555; }
a { background-color: rgb(80,133,85); }
div.DivClassName
{
background-color: #508555;
}
.BgClassName
{
background-color: #508555;
}
</style>
border-color css
<style>
span { border-color: #508555; }
span { border-color: rgb(80,133,85); }
td.TdClassName
{
border-color: #508555;
}
.TagClassName
{
border-color: #508555;
}
</style>