Shades of Vida Loca #577F2A
Tints of Vida Loca #577F2A
RGB
CMYK
RGB Variations
Color information
#577F2A (or 0x577F2A) is known color: Vida Loca. HEX triplet: 57, 7F and 2A. RGB value is (87,127,42). Sum of RGB (Red+Green+Blue) = 87+127+42=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #577F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577F2A is #A880D5. Grayscale: #696969. Windows color (decimal): -11043030 or 2785111. OLE color: 2785111.
HSL color Cylindrical-coordinate representation of color #577F2A: hue angle of 88.24º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #577F2A is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 127 | 42 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.50 |
| HSL | 88.24º | 0.5% | 0.33% | - |
| HSV(B) | 88.24º | 0.67% | 0.5% | - |
| XYZ | 11.94 | 17.37 | 4.91 | - |
| YUV | 105.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 42 | 0.31 | 0 | 0.67 | 0.50 | 88.24 | 0.5 | 0.33 |
| Hex | 57 | 7F | 2A | 1F | 0 | 43 | 32 | 58 | 32 | 21 |
| Octal | 127 | 177 | 52 | 37 | 0 | 103 | 62 | 130 | 62 | 41 |
| Binary | 1010111 | 1111111 | 101010 | 11111 | 0 | 1000011 | 110010 | 1011000 | 110010 | 100001 |
Color Harmonies of #577F2A
Complementary color
Monochromatic Colors of #577F2A
Black with #577F2A
Text Example
Text Example
White with #577F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F2A; }
p { color: rgb(87,127,42); }
H1.HeaderClassName
{
color: #577F2A;
}
.AnyTagClassName
{
color: #577F2A;
}
</style>
background-color css
<style>
a { background-color: #577F2A; }
a { background-color: rgb(87,127,42); }
div.DivClassName
{
background-color: #577F2A;
}
.BgClassName
{
background-color: #577F2A;
}
</style>
border-color css
<style>
span { border-color: #577F2A; }
span { border-color: rgb(87,127,42); }
td.TdClassName
{
border-color: #577F2A;
}
.TagClassName
{
border-color: #577F2A;
}
</style>