Shades of Hippie Green #558F5B
Tints of Hippie Green #558F5B
RGB
CMYK
RGB Variations
Color information
#558F5B (or 0x558F5B) is known color: Hippie Green. HEX triplet: 55, 8F and 5B. RGB value is (85,143,91). Sum of RGB (Red+Green+Blue) = 85+143+91=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #558F5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F5B is #AA70A4. Grayscale: #777777. Windows color (decimal): -11169957 or 6000469. OLE color: 6000469.
HSL color Cylindrical-coordinate representation of color #558F5B: hue angle of 126.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558F5B is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 143 | 91 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.44 |
| HSL | 126.21º | 0.25% | 0.45% | - |
| HSV(B) | 126.21º | 0.41% | 0.56% | - |
| XYZ | 15.46 | 22.33 | 13.39 | - |
| YUV | 119.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 91 | 0.41 | 0 | 0.36 | 0.44 | 126.21 | 0.25 | 0.45 |
| Hex | 55 | 8F | 5B | 29 | 0 | 24 | 2C | 7E | 19 | 2D |
| Octal | 125 | 217 | 133 | 51 | 0 | 44 | 54 | 176 | 31 | 55 |
| Binary | 1010101 | 10001111 | 1011011 | 101001 | 0 | 100100 | 101100 | 1111110 | 11001 | 101101 |
Color Harmonies of #558F5B
Complementary color
Monochromatic Colors of #558F5B
Black with #558F5B
Text Example
Text Example
White with #558F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F5B; }
p { color: rgb(85,143,91); }
H1.HeaderClassName
{
color: #558F5B;
}
.AnyTagClassName
{
color: #558F5B;
}
</style>
background-color css
<style>
a { background-color: #558F5B; }
a { background-color: rgb(85,143,91); }
div.DivClassName
{
background-color: #558F5B;
}
.BgClassName
{
background-color: #558F5B;
}
</style>
border-color css
<style>
span { border-color: #558F5B; }
span { border-color: rgb(85,143,91); }
td.TdClassName
{
border-color: #558F5B;
}
.TagClassName
{
border-color: #558F5B;
}
</style>