Shades of Vida Loca #558A2B
Tints of Vida Loca #558A2B
RGB
CMYK
RGB Variations
Color information
#558A2B (or 0x558A2B) is known color: Vida Loca. HEX triplet: 55, 8A and 2B. RGB value is (85,138,43). Sum of RGB (Red+Green+Blue) = 85+138+43=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #558A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558A2B is #AA75D4. Grayscale: #6F6F6F. Windows color (decimal): -11171285 or 2853461. OLE color: 2853461.
HSL color Cylindrical-coordinate representation of color #558A2B: hue angle of 93.47º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #558A2B is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 43 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.46 |
| HSL | 93.47º | 0.52% | 0.35% | - |
| HSV(B) | 93.47º | 0.69% | 0.54% | - |
| XYZ | 13.27 | 20.28 | 5.5 | - |
| YUV | 111.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 43 | 0.38 | 0 | 0.69 | 0.46 | 93.47 | 0.52 | 0.35 |
| Hex | 55 | 8A | 2B | 26 | 0 | 45 | 2E | 5D | 34 | 23 |
| Octal | 125 | 212 | 53 | 46 | 0 | 105 | 56 | 135 | 64 | 43 |
| Binary | 1010101 | 10001010 | 101011 | 100110 | 0 | 1000101 | 101110 | 1011101 | 110100 | 100011 |
Color Harmonies of #558A2B
Complementary color
Monochromatic Colors of #558A2B
Black with #558A2B
Text Example
Text Example
White with #558A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A2B; }
p { color: rgb(85,138,43); }
H1.HeaderClassName
{
color: #558A2B;
}
.AnyTagClassName
{
color: #558A2B;
}
</style>
background-color css
<style>
a { background-color: #558A2B; }
a { background-color: rgb(85,138,43); }
div.DivClassName
{
background-color: #558A2B;
}
.BgClassName
{
background-color: #558A2B;
}
</style>
border-color css
<style>
span { border-color: #558A2B; }
span { border-color: rgb(85,138,43); }
td.TdClassName
{
border-color: #558A2B;
}
.TagClassName
{
border-color: #558A2B;
}
</style>