Shades of Vida Loca #558D19
Tints of Vida Loca #558D19
RGB
CMYK
RGB Variations
Color information
#558D19 (or 0x558D19) is known color: Vida Loca. HEX triplet: 55, 8D and 19. RGB value is (85,141,25). Sum of RGB (Red+Green+Blue) = 85+141+25=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #558D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558D19 is #AA72E6. Grayscale: #6F6F6F. Windows color (decimal): -11170535 or 1674581. OLE color: 1674581.
HSL color Cylindrical-coordinate representation of color #558D19: hue angle of 88.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #558D19 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 25 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.45 |
| HSL | 88.97º | 0.7% | 0.33% | - |
| HSV(B) | 88.97º | 0.82% | 0.55% | - |
| XYZ | 13.45 | 21.05 | 4.27 | - |
| YUV | 111.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 25 | 0.40 | 0 | 0.82 | 0.45 | 88.97 | 0.7 | 0.33 |
| Hex | 55 | 8D | 19 | 28 | 0 | 52 | 2D | 59 | 46 | 21 |
| Octal | 125 | 215 | 31 | 50 | 0 | 122 | 55 | 131 | 106 | 41 |
| Binary | 1010101 | 10001101 | 11001 | 101000 | 0 | 1010010 | 101101 | 1011001 | 1000110 | 100001 |
Color Harmonies of #558D19
Complementary color
Monochromatic Colors of #558D19
Black with #558D19
Text Example
Text Example
White with #558D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D19; }
p { color: rgb(85,141,25); }
H1.HeaderClassName
{
color: #558D19;
}
.AnyTagClassName
{
color: #558D19;
}
</style>
background-color css
<style>
a { background-color: #558D19; }
a { background-color: rgb(85,141,25); }
div.DivClassName
{
background-color: #558D19;
}
.BgClassName
{
background-color: #558D19;
}
</style>
border-color css
<style>
span { border-color: #558D19; }
span { border-color: rgb(85,141,25); }
td.TdClassName
{
border-color: #558D19;
}
.TagClassName
{
border-color: #558D19;
}
</style>