Shades of Killarney #556E55
Tints of Killarney #556E55
RGB
CMYK
RGB Variations
Color information
#556E55 (or 0x556E55) is known color: Killarney. HEX triplet: 55, 6E and 55. RGB value is (85,110,85). Sum of RGB (Red+Green+Blue) = 85+110+85=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #556E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E55 is #AA91AA. Grayscale: #636363. Windows color (decimal): -11178411 or 5598805. OLE color: 5598805.
HSL color Cylindrical-coordinate representation of color #556E55: hue angle of 120º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556E55 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 85 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.57 |
| HSL | 120º | 0.13% | 0.38% | - |
| HSV(B) | 120º | 0.23% | 0.43% | - |
| XYZ | 10.96 | 13.74 | 10.67 | - |
| YUV | 99.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 85 | 0.23 | 0 | 0.23 | 0.57 | 120 | 0.13 | 0.38 |
| Hex | 55 | 6E | 55 | 17 | 0 | 17 | 39 | 78 | D | 26 |
| Octal | 125 | 156 | 125 | 27 | 0 | 27 | 71 | 170 | 15 | 46 |
| Binary | 1010101 | 1101110 | 1010101 | 10111 | 0 | 10111 | 111001 | 1111000 | 1101 | 100110 |
Color Harmonies of #556E55
Complementary color
Monochromatic Colors of #556E55
Black with #556E55
Text Example
Text Example
White with #556E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E55; }
p { color: rgb(85,110,85); }
H1.HeaderClassName
{
color: #556E55;
}
.AnyTagClassName
{
color: #556E55;
}
</style>
background-color css
<style>
a { background-color: #556E55; }
a { background-color: rgb(85,110,85); }
div.DivClassName
{
background-color: #556E55;
}
.BgClassName
{
background-color: #556E55;
}
</style>
border-color css
<style>
span { border-color: #556E55; }
span { border-color: rgb(85,110,85); }
td.TdClassName
{
border-color: #556E55;
}
.TagClassName
{
border-color: #556E55;
}
</style>