Shades of Hippie Green #558B5B
Tints of Hippie Green #558B5B
RGB
CMYK
RGB Variations
Color information
#558B5B (or 0x558B5B) is known color: Hippie Green. HEX triplet: 55, 8B and 5B. RGB value is (85,139,91). Sum of RGB (Red+Green+Blue) = 85+139+91=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #558B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558B5B is #AA74A4. Grayscale: #757575. Windows color (decimal): -11170981 or 5999445. OLE color: 5999445.
HSL color Cylindrical-coordinate representation of color #558B5B: hue angle of 126.67º 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 #558B5B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 91 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.45 |
| HSL | 126.67º | 0.24% | 0.44% | - |
| HSV(B) | 126.67º | 0.39% | 0.55% | - |
| XYZ | 14.87 | 21.15 | 13.2 | - |
| YUV | 117.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 91 | 0.39 | 0 | 0.35 | 0.45 | 126.67 | 0.24 | 0.44 |
| Hex | 55 | 8B | 5B | 27 | 0 | 23 | 2D | 7F | 18 | 2C |
| Octal | 125 | 213 | 133 | 47 | 0 | 43 | 55 | 177 | 30 | 54 |
| Binary | 1010101 | 10001011 | 1011011 | 100111 | 0 | 100011 | 101101 | 1111111 | 11000 | 101100 |
Color Harmonies of #558B5B
Complementary color
Monochromatic Colors of #558B5B
Black with #558B5B
Text Example
Text Example
White with #558B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B5B; }
p { color: rgb(85,139,91); }
H1.HeaderClassName
{
color: #558B5B;
}
.AnyTagClassName
{
color: #558B5B;
}
</style>
background-color css
<style>
a { background-color: #558B5B; }
a { background-color: rgb(85,139,91); }
div.DivClassName
{
background-color: #558B5B;
}
.BgClassName
{
background-color: #558B5B;
}
</style>
border-color css
<style>
span { border-color: #558B5B; }
span { border-color: rgb(85,139,91); }
td.TdClassName
{
border-color: #558B5B;
}
.TagClassName
{
border-color: #558B5B;
}
</style>