Shades of Hippie Green #558D57
Tints of Hippie Green #558D57
RGB
CMYK
RGB Variations
Color information
#558D57 (or 0x558D57) is known color: Hippie Green. HEX triplet: 55, 8D and 57. RGB value is (85,141,87). Sum of RGB (Red+Green+Blue) = 85+141+87=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #558D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D57 is #AA72A8. Grayscale: #767676. Windows color (decimal): -11170473 or 5737813. OLE color: 5737813.
HSL color Cylindrical-coordinate representation of color #558D57: hue angle of 122.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558D57 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 87 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.45 |
| HSL | 122.14º | 0.25% | 0.44% | - |
| HSV(B) | 122.14º | 0.4% | 0.55% | - |
| XYZ | 14.99 | 21.67 | 12.41 | - |
| YUV | 118.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 87 | 0.40 | 0 | 0.38 | 0.45 | 122.14 | 0.25 | 0.44 |
| Hex | 55 | 8D | 57 | 28 | 0 | 26 | 2D | 7A | 19 | 2C |
| Octal | 125 | 215 | 127 | 50 | 0 | 46 | 55 | 172 | 31 | 54 |
| Binary | 1010101 | 10001101 | 1010111 | 101000 | 0 | 100110 | 101101 | 1111010 | 11001 | 101100 |
Color Harmonies of #558D57
Complementary color
Monochromatic Colors of #558D57
Black with #558D57
Text Example
Text Example
White with #558D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D57; }
p { color: rgb(85,141,87); }
H1.HeaderClassName
{
color: #558D57;
}
.AnyTagClassName
{
color: #558D57;
}
</style>
background-color css
<style>
a { background-color: #558D57; }
a { background-color: rgb(85,141,87); }
div.DivClassName
{
background-color: #558D57;
}
.BgClassName
{
background-color: #558D57;
}
</style>
border-color css
<style>
span { border-color: #558D57; }
span { border-color: rgb(85,141,87); }
td.TdClassName
{
border-color: #558D57;
}
.TagClassName
{
border-color: #558D57;
}
</style>