Shades of Hippie Green #5A8553
Tints of Hippie Green #5A8553
RGB
CMYK
RGB Variations
Color information
#5A8553 (or 0x5A8553) is known color: Hippie Green. HEX triplet: 5A, 85 and 53. RGB value is (90,133,83). Sum of RGB (Red+Green+Blue) = 90+133+83=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8553 is #A57AAC. Grayscale: #727272. Windows color (decimal): -10844845 or 5473626. OLE color: 5473626.
HSL color Cylindrical-coordinate representation of color #5A8553: hue angle of 111.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8553 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 83 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.48 |
| HSL | 111.6º | 0.23% | 0.42% | - |
| HSV(B) | 111.6º | 0.38% | 0.52% | - |
| XYZ | 14.17 | 19.57 | 11.22 | - |
| YUV | 114.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 83 | 0.32 | 0 | 0.38 | 0.48 | 111.6 | 0.23 | 0.42 |
| Hex | 5A | 85 | 53 | 20 | 0 | 26 | 30 | 70 | 17 | 2A |
| Octal | 132 | 205 | 123 | 40 | 0 | 46 | 60 | 160 | 27 | 52 |
| Binary | 1011010 | 10000101 | 1010011 | 100000 | 0 | 100110 | 110000 | 1110000 | 10111 | 101010 |
Color Harmonies of #5A8553
Complementary color
Monochromatic Colors of #5A8553
Black with #5A8553
Text Example
Text Example
White with #5A8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8553; }
p { color: rgb(90,133,83); }
H1.HeaderClassName
{
color: #5A8553;
}
.AnyTagClassName
{
color: #5A8553;
}
</style>
background-color css
<style>
a { background-color: #5A8553; }
a { background-color: rgb(90,133,83); }
div.DivClassName
{
background-color: #5A8553;
}
.BgClassName
{
background-color: #5A8553;
}
</style>
border-color css
<style>
span { border-color: #5A8553; }
span { border-color: rgb(90,133,83); }
td.TdClassName
{
border-color: #5A8553;
}
.TagClassName
{
border-color: #5A8553;
}
</style>