Shades of Killarney #557E55
Tints of Killarney #557E55
RGB
CMYK
RGB Variations
Color information
#557E55 (or 0x557E55) is known color: Killarney. HEX triplet: 55, 7E and 55. RGB value is (85,126,85). Sum of RGB (Red+Green+Blue) = 85+126+85=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #557E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E55 is #AA81AA. Grayscale: #6D6D6D. Windows color (decimal): -11174315 or 5602901. OLE color: 5602901.
HSL color Cylindrical-coordinate representation of color #557E55: hue angle of 120º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557E55 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 85 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.51 |
| HSL | 120º | 0.19% | 0.41% | - |
| HSV(B) | 120º | 0.33% | 0.49% | - |
| XYZ | 12.85 | 17.51 | 11.3 | - |
| YUV | 109.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 85 | 0.33 | 0 | 0.33 | 0.51 | 120 | 0.19 | 0.41 |
| Hex | 55 | 7E | 55 | 21 | 0 | 21 | 33 | 78 | 13 | 29 |
| Octal | 125 | 176 | 125 | 41 | 0 | 41 | 63 | 170 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1010101 | 100001 | 0 | 100001 | 110011 | 1111000 | 10011 | 101001 |
Color Harmonies of #557E55
Complementary color
Monochromatic Colors of #557E55
Black with #557E55
Text Example
Text Example
White with #557E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E55; }
p { color: rgb(85,126,85); }
H1.HeaderClassName
{
color: #557E55;
}
.AnyTagClassName
{
color: #557E55;
}
</style>
background-color css
<style>
a { background-color: #557E55; }
a { background-color: rgb(85,126,85); }
div.DivClassName
{
background-color: #557E55;
}
.BgClassName
{
background-color: #557E55;
}
</style>
border-color css
<style>
span { border-color: #557E55; }
span { border-color: rgb(85,126,85); }
td.TdClassName
{
border-color: #557E55;
}
.TagClassName
{
border-color: #557E55;
}
</style>