Shades of Vida Loca #557F28
Tints of Vida Loca #557F28
RGB
CMYK
RGB Variations
Color information
#557F28 (or 0x557F28) is known color: Vida Loca. HEX triplet: 55, 7F and 28. RGB value is (85,127,40). Sum of RGB (Red+Green+Blue) = 85+127+40=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #557F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F28 is #AA80D7. Grayscale: #686868. Windows color (decimal): -11174104 or 2654037. OLE color: 2654037.
HSL color Cylindrical-coordinate representation of color #557F28: hue angle of 88.97º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #557F28 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 40 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.50 |
| HSL | 88.97º | 0.52% | 0.33% | - |
| HSV(B) | 88.97º | 0.69% | 0.5% | - |
| XYZ | 11.72 | 17.26 | 4.72 | - |
| YUV | 104.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 40 | 0.33 | 0 | 0.69 | 0.50 | 88.97 | 0.52 | 0.33 |
| Hex | 55 | 7F | 28 | 21 | 0 | 45 | 32 | 59 | 34 | 21 |
| Octal | 125 | 177 | 50 | 41 | 0 | 105 | 62 | 131 | 64 | 41 |
| Binary | 1010101 | 1111111 | 101000 | 100001 | 0 | 1000101 | 110010 | 1011001 | 110100 | 100001 |
Color Harmonies of #557F28
Complementary color
Monochromatic Colors of #557F28
Black with #557F28
Text Example
Text Example
White with #557F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F28; }
p { color: rgb(85,127,40); }
H1.HeaderClassName
{
color: #557F28;
}
.AnyTagClassName
{
color: #557F28;
}
</style>
background-color css
<style>
a { background-color: #557F28; }
a { background-color: rgb(85,127,40); }
div.DivClassName
{
background-color: #557F28;
}
.BgClassName
{
background-color: #557F28;
}
</style>
border-color css
<style>
span { border-color: #557F28; }
span { border-color: rgb(85,127,40); }
td.TdClassName
{
border-color: #557F28;
}
.TagClassName
{
border-color: #557F28;
}
</style>