Shades of Hippie Green #558E56
Tints of Hippie Green #558E56
RGB
CMYK
RGB Variations
Color information
#558E56 (or 0x558E56) is known color: Hippie Green. HEX triplet: 55, 8E and 56. RGB value is (85,142,86). Sum of RGB (Red+Green+Blue) = 85+142+86=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #558E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E56 is #AA71A9. Grayscale: #767676. Windows color (decimal): -11170218 or 5672533. OLE color: 5672533.
HSL color Cylindrical-coordinate representation of color #558E56: hue angle of 121.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558E56 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 86 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.44 |
| HSL | 121.05º | 0.25% | 0.45% | - |
| HSV(B) | 121.05º | 0.4% | 0.56% | - |
| XYZ | 15.1 | 21.95 | 12.24 | - |
| YUV | 118.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 86 | 0.40 | 0 | 0.39 | 0.44 | 121.05 | 0.25 | 0.45 |
| Hex | 55 | 8E | 56 | 28 | 0 | 27 | 2C | 79 | 19 | 2D |
| Octal | 125 | 216 | 126 | 50 | 0 | 47 | 54 | 171 | 31 | 55 |
| Binary | 1010101 | 10001110 | 1010110 | 101000 | 0 | 100111 | 101100 | 1111001 | 11001 | 101101 |
Color Harmonies of #558E56
Complementary color
Monochromatic Colors of #558E56
Black with #558E56
Text Example
Text Example
White with #558E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E56; }
p { color: rgb(85,142,86); }
H1.HeaderClassName
{
color: #558E56;
}
.AnyTagClassName
{
color: #558E56;
}
</style>
background-color css
<style>
a { background-color: #558E56; }
a { background-color: rgb(85,142,86); }
div.DivClassName
{
background-color: #558E56;
}
.BgClassName
{
background-color: #558E56;
}
</style>
border-color css
<style>
span { border-color: #558E56; }
span { border-color: rgb(85,142,86); }
td.TdClassName
{
border-color: #558E56;
}
.TagClassName
{
border-color: #558E56;
}
</style>