Shades of Hippie Green #558857
Tints of Hippie Green #558857
RGB
CMYK
RGB Variations
Color information
#558857 (or 0x558857) is known color: Hippie Green. HEX triplet: 55, 88 and 57. RGB value is (85,136,87). Sum of RGB (Red+Green+Blue) = 85+136+87=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #558857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558857 is #AA77A8. Grayscale: #737373. Windows color (decimal): -11171753 or 5736533. OLE color: 5736533.
HSL color Cylindrical-coordinate representation of color #558857: hue angle of 122.35º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558857 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 87 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.47 |
| HSL | 122.35º | 0.23% | 0.43% | - |
| HSV(B) | 122.35º | 0.38% | 0.53% | - |
| XYZ | 14.27 | 20.23 | 12.17 | - |
| YUV | 115.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 87 | 0.38 | 0 | 0.36 | 0.47 | 122.35 | 0.23 | 0.43 |
| Hex | 55 | 88 | 57 | 26 | 0 | 24 | 2F | 7A | 17 | 2B |
| Octal | 125 | 210 | 127 | 46 | 0 | 44 | 57 | 172 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1010111 | 100110 | 0 | 100100 | 101111 | 1111010 | 10111 | 101011 |
Color Harmonies of #558857
Complementary color
Monochromatic Colors of #558857
Black with #558857
Text Example
Text Example
White with #558857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558857; }
p { color: rgb(85,136,87); }
H1.HeaderClassName
{
color: #558857;
}
.AnyTagClassName
{
color: #558857;
}
</style>
background-color css
<style>
a { background-color: #558857; }
a { background-color: rgb(85,136,87); }
div.DivClassName
{
background-color: #558857;
}
.BgClassName
{
background-color: #558857;
}
</style>
border-color css
<style>
span { border-color: #558857; }
span { border-color: rgb(85,136,87); }
td.TdClassName
{
border-color: #558857;
}
.TagClassName
{
border-color: #558857;
}
</style>