Shades of Hippie Green #558C5B
Tints of Hippie Green #558C5B
RGB
CMYK
RGB Variations
Color information
#558C5B (or 0x558C5B) is known color: Hippie Green. HEX triplet: 55, 8C and 5B. RGB value is (85,140,91). Sum of RGB (Red+Green+Blue) = 85+140+91=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #558C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C5B is #AA73A4. Grayscale: #767676. Windows color (decimal): -11170725 or 5999701. OLE color: 5999701.
HSL color Cylindrical-coordinate representation of color #558C5B: hue angle of 126.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C5B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 91 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.45 |
| HSL | 126.55º | 0.24% | 0.44% | - |
| HSV(B) | 126.55º | 0.39% | 0.55% | - |
| XYZ | 15.01 | 21.44 | 13.25 | - |
| YUV | 117.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 91 | 0.39 | 0 | 0.35 | 0.45 | 126.55 | 0.24 | 0.44 |
| Hex | 55 | 8C | 5B | 27 | 0 | 23 | 2D | 7F | 18 | 2C |
| Octal | 125 | 214 | 133 | 47 | 0 | 43 | 55 | 177 | 30 | 54 |
| Binary | 1010101 | 10001100 | 1011011 | 100111 | 0 | 100011 | 101101 | 1111111 | 11000 | 101100 |
Color Harmonies of #558C5B
Complementary color
Monochromatic Colors of #558C5B
Black with #558C5B
Text Example
Text Example
White with #558C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C5B; }
p { color: rgb(85,140,91); }
H1.HeaderClassName
{
color: #558C5B;
}
.AnyTagClassName
{
color: #558C5B;
}
</style>
background-color css
<style>
a { background-color: #558C5B; }
a { background-color: rgb(85,140,91); }
div.DivClassName
{
background-color: #558C5B;
}
.BgClassName
{
background-color: #558C5B;
}
</style>
border-color css
<style>
span { border-color: #558C5B; }
span { border-color: rgb(85,140,91); }
td.TdClassName
{
border-color: #558C5B;
}
.TagClassName
{
border-color: #558C5B;
}
</style>