Shades of Hippie Green #578A5D
Tints of Hippie Green #578A5D
RGB
CMYK
RGB Variations
Color information
#578A5D (or 0x578A5D) is known color: Hippie Green. HEX triplet: 57, 8A and 5D. RGB value is (87,138,93). Sum of RGB (Red+Green+Blue) = 87+138+93=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #578A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578A5D is #A875A2. Grayscale: #757575. Windows color (decimal): -11040163 or 6130263. OLE color: 6130263.
HSL color Cylindrical-coordinate representation of color #578A5D: hue angle of 127.06º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578A5D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 138 | 93 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.46 |
| HSL | 127.06º | 0.23% | 0.44% | - |
| HSV(B) | 127.06º | 0.37% | 0.54% | - |
| XYZ | 14.99 | 20.99 | 13.62 | - |
| YUV | 117.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 93 | 0.37 | 0 | 0.33 | 0.46 | 127.06 | 0.23 | 0.44 |
| Hex | 57 | 8A | 5D | 25 | 0 | 21 | 2E | 7F | 17 | 2C |
| Octal | 127 | 212 | 135 | 45 | 0 | 41 | 56 | 177 | 27 | 54 |
| Binary | 1010111 | 10001010 | 1011101 | 100101 | 0 | 100001 | 101110 | 1111111 | 10111 | 101100 |
Color Harmonies of #578A5D
Complementary color
Monochromatic Colors of #578A5D
Black with #578A5D
Text Example
Text Example
White with #578A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578A5D; }
p { color: rgb(87,138,93); }
H1.HeaderClassName
{
color: #578A5D;
}
.AnyTagClassName
{
color: #578A5D;
}
</style>
background-color css
<style>
a { background-color: #578A5D; }
a { background-color: rgb(87,138,93); }
div.DivClassName
{
background-color: #578A5D;
}
.BgClassName
{
background-color: #578A5D;
}
</style>
border-color css
<style>
span { border-color: #578A5D; }
span { border-color: rgb(87,138,93); }
td.TdClassName
{
border-color: #578A5D;
}
.TagClassName
{
border-color: #578A5D;
}
</style>