Shades of Vida Loca #558E1A
Tints of Vida Loca #558E1A
RGB
CMYK
RGB Variations
Color information
#558E1A (or 0x558E1A) is known color: Vida Loca. HEX triplet: 55, 8E and 1A. RGB value is (85,142,26). Sum of RGB (Red+Green+Blue) = 85+142+26=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #558E1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E1A is #AA71E5. Grayscale: #707070. Windows color (decimal): -11170278 or 1740373. OLE color: 1740373.
HSL color Cylindrical-coordinate representation of color #558E1A: hue angle of 89.48º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #558E1A is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 26 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.44 |
| HSL | 89.48º | 0.69% | 0.33% | - |
| HSV(B) | 89.48º | 0.82% | 0.56% | - |
| XYZ | 13.61 | 21.35 | 4.38 | - |
| YUV | 111.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 26 | 0.40 | 0 | 0.82 | 0.44 | 89.48 | 0.69 | 0.33 |
| Hex | 55 | 8E | 1A | 28 | 0 | 52 | 2C | 59 | 45 | 21 |
| Octal | 125 | 216 | 32 | 50 | 0 | 122 | 54 | 131 | 105 | 41 |
| Binary | 1010101 | 10001110 | 11010 | 101000 | 0 | 1010010 | 101100 | 1011001 | 1000101 | 100001 |
Color Harmonies of #558E1A
Complementary color
Monochromatic Colors of #558E1A
Black with #558E1A
Text Example
Text Example
White with #558E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E1A; }
p { color: rgb(85,142,26); }
H1.HeaderClassName
{
color: #558E1A;
}
.AnyTagClassName
{
color: #558E1A;
}
</style>
background-color css
<style>
a { background-color: #558E1A; }
a { background-color: rgb(85,142,26); }
div.DivClassName
{
background-color: #558E1A;
}
.BgClassName
{
background-color: #558E1A;
}
</style>
border-color css
<style>
span { border-color: #558E1A; }
span { border-color: rgb(85,142,26); }
td.TdClassName
{
border-color: #558E1A;
}
.TagClassName
{
border-color: #558E1A;
}
</style>