Shades of Killarney #556F55
Tints of Killarney #556F55
RGB
CMYK
RGB Variations
Color information
#556F55 (or 0x556F55) is known color: Killarney. HEX triplet: 55, 6F and 55. RGB value is (85,111,85). Sum of RGB (Red+Green+Blue) = 85+111+85=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #556F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F55 is #AA90AA. Grayscale: #646464. Windows color (decimal): -11178155 or 5599061. OLE color: 5599061.
HSL color Cylindrical-coordinate representation of color #556F55: hue angle of 120º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F55 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 85 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.56 |
| HSL | 120º | 0.13% | 0.38% | - |
| HSV(B) | 120º | 0.23% | 0.44% | - |
| XYZ | 11.07 | 13.96 | 10.7 | - |
| YUV | 100.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 85 | 0.23 | 0 | 0.23 | 0.56 | 120 | 0.13 | 0.38 |
| Hex | 55 | 6F | 55 | 17 | 0 | 17 | 38 | 78 | D | 26 |
| Octal | 125 | 157 | 125 | 27 | 0 | 27 | 70 | 170 | 15 | 46 |
| Binary | 1010101 | 1101111 | 1010101 | 10111 | 0 | 10111 | 111000 | 1111000 | 1101 | 100110 |
Color Harmonies of #556F55
Complementary color
Monochromatic Colors of #556F55
Black with #556F55
Text Example
Text Example
White with #556F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F55; }
p { color: rgb(85,111,85); }
H1.HeaderClassName
{
color: #556F55;
}
.AnyTagClassName
{
color: #556F55;
}
</style>
background-color css
<style>
a { background-color: #556F55; }
a { background-color: rgb(85,111,85); }
div.DivClassName
{
background-color: #556F55;
}
.BgClassName
{
background-color: #556F55;
}
</style>
border-color css
<style>
span { border-color: #556F55; }
span { border-color: rgb(85,111,85); }
td.TdClassName
{
border-color: #556F55;
}
.TagClassName
{
border-color: #556F55;
}
</style>