Shades of Vida Loca #558C19
Tints of Vida Loca #558C19
RGB
CMYK
RGB Variations
Color information
#558C19 (or 0x558C19) is known color: Vida Loca. HEX triplet: 55, 8C and 19. RGB value is (85,140,25). Sum of RGB (Red+Green+Blue) = 85+140+25=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 140 (55.08% from 255 or 56% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 140 - color contains mainly: green. Hex color #558C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558C19 is #AA73E6. Grayscale: #6E6E6E. Windows color (decimal): -11170791 or 1674325. OLE color: 1674325.
HSL color Cylindrical-coordinate representation of color #558C19: hue angle of 88.7º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #558C19 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 25 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.45 |
| HSL | 88.7º | 0.7% | 0.32% | - |
| HSV(B) | 88.7º | 0.82% | 0.55% | - |
| XYZ | 13.3 | 20.76 | 4.23 | - |
| YUV | 110.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 25 | 0.39 | 0 | 0.82 | 0.45 | 88.7 | 0.7 | 0.32 |
| Hex | 55 | 8C | 19 | 27 | 0 | 52 | 2D | 59 | 46 | 20 |
| Octal | 125 | 214 | 31 | 47 | 0 | 122 | 55 | 131 | 106 | 40 |
| Binary | 1010101 | 10001100 | 11001 | 100111 | 0 | 1010010 | 101101 | 1011001 | 1000110 | 100000 |
Color Harmonies of #558C19
Complementary color
Monochromatic Colors of #558C19
Black with #558C19
Text Example
Text Example
White with #558C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C19; }
p { color: rgb(85,140,25); }
H1.HeaderClassName
{
color: #558C19;
}
.AnyTagClassName
{
color: #558C19;
}
</style>
background-color css
<style>
a { background-color: #558C19; }
a { background-color: rgb(85,140,25); }
div.DivClassName
{
background-color: #558C19;
}
.BgClassName
{
background-color: #558C19;
}
</style>
border-color css
<style>
span { border-color: #558C19; }
span { border-color: rgb(85,140,25); }
td.TdClassName
{
border-color: #558C19;
}
.TagClassName
{
border-color: #558C19;
}
</style>