Shades of Hippie Green #558E58
Tints of Hippie Green #558E58
RGB
CMYK
RGB Variations
Color information
#558E58 (or 0x558E58) is known color: Hippie Green. HEX triplet: 55, 8E and 58. RGB value is (85,142,88). Sum of RGB (Red+Green+Blue) = 85+142+88=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #558E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E58 is #AA71A7. Grayscale: #767676. Windows color (decimal): -11170216 or 5803605. OLE color: 5803605.
HSL color Cylindrical-coordinate representation of color #558E58: hue angle of 123.16º 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 #558E58 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 88 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.44 |
| HSL | 123.16º | 0.25% | 0.45% | - |
| HSV(B) | 123.16º | 0.4% | 0.56% | - |
| XYZ | 15.18 | 21.98 | 12.68 | - |
| YUV | 118.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 88 | 0.40 | 0 | 0.38 | 0.44 | 123.16 | 0.25 | 0.45 |
| Hex | 55 | 8E | 58 | 28 | 0 | 26 | 2C | 7B | 19 | 2D |
| Octal | 125 | 216 | 130 | 50 | 0 | 46 | 54 | 173 | 31 | 55 |
| Binary | 1010101 | 10001110 | 1011000 | 101000 | 0 | 100110 | 101100 | 1111011 | 11001 | 101101 |
Color Harmonies of #558E58
Complementary color
Monochromatic Colors of #558E58
Black with #558E58
Text Example
Text Example
White with #558E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E58; }
p { color: rgb(85,142,88); }
H1.HeaderClassName
{
color: #558E58;
}
.AnyTagClassName
{
color: #558E58;
}
</style>
background-color css
<style>
a { background-color: #558E58; }
a { background-color: rgb(85,142,88); }
div.DivClassName
{
background-color: #558E58;
}
.BgClassName
{
background-color: #558E58;
}
</style>
border-color css
<style>
span { border-color: #558E58; }
span { border-color: rgb(85,142,88); }
td.TdClassName
{
border-color: #558E58;
}
.TagClassName
{
border-color: #558E58;
}
</style>