Shades of Hippie Green #557F53
Tints of Hippie Green #557F53
RGB
CMYK
RGB Variations
Color information
#557F53 (or 0x557F53) is known color: Hippie Green. HEX triplet: 55, 7F and 53. RGB value is (85,127,83). Sum of RGB (Red+Green+Blue) = 85+127+83=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #557F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F53 is #AA80AC. Grayscale: #6D6D6D. Windows color (decimal): -11174061 or 5472085. OLE color: 5472085.
HSL color Cylindrical-coordinate representation of color #557F53: hue angle of 117.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557F53 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 83 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.50 |
| HSL | 117.27º | 0.21% | 0.41% | - |
| HSV(B) | 117.27º | 0.35% | 0.5% | - |
| XYZ | 12.9 | 17.73 | 10.93 | - |
| YUV | 109.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 83 | 0.33 | 0 | 0.35 | 0.50 | 117.27 | 0.21 | 0.41 |
| Hex | 55 | 7F | 53 | 21 | 0 | 23 | 32 | 75 | 15 | 29 |
| Octal | 125 | 177 | 123 | 41 | 0 | 43 | 62 | 165 | 25 | 51 |
| Binary | 1010101 | 1111111 | 1010011 | 100001 | 0 | 100011 | 110010 | 1110101 | 10101 | 101001 |
Color Harmonies of #557F53
Complementary color
Monochromatic Colors of #557F53
Black with #557F53
Text Example
Text Example
White with #557F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F53; }
p { color: rgb(85,127,83); }
H1.HeaderClassName
{
color: #557F53;
}
.AnyTagClassName
{
color: #557F53;
}
</style>
background-color css
<style>
a { background-color: #557F53; }
a { background-color: rgb(85,127,83); }
div.DivClassName
{
background-color: #557F53;
}
.BgClassName
{
background-color: #557F53;
}
</style>
border-color css
<style>
span { border-color: #557F53; }
span { border-color: rgb(85,127,83); }
td.TdClassName
{
border-color: #557F53;
}
.TagClassName
{
border-color: #557F53;
}
</style>