Shades of Vida Loca #558A15
Tints of Vida Loca #558A15
RGB
CMYK
RGB Variations
Color information
#558A15 (or 0x558A15) is known color: Vida Loca. HEX triplet: 55, 8A and 15. RGB value is (85,138,21). Sum of RGB (Red+Green+Blue) = 85+138+21=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #558A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A15 is #AA75EA. Grayscale: #6D6D6D. Windows color (decimal): -11171307 or 1411669. OLE color: 1411669.
HSL color Cylindrical-coordinate representation of color #558A15: hue angle of 87.18º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #558A15 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 21 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.46 |
| HSL | 87.18º | 0.74% | 0.31% | - |
| HSV(B) | 87.18º | 0.85% | 0.54% | - |
| XYZ | 12.97 | 20.16 | 3.92 | - |
| YUV | 108.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 21 | 0.38 | 0 | 0.85 | 0.46 | 87.18 | 0.74 | 0.31 |
| Hex | 55 | 8A | 15 | 26 | 0 | 55 | 2E | 57 | 4A | 1F |
| Octal | 125 | 212 | 25 | 46 | 0 | 125 | 56 | 127 | 112 | 37 |
| Binary | 1010101 | 10001010 | 10101 | 100110 | 0 | 1010101 | 101110 | 1010111 | 1001010 | 11111 |
Color Harmonies of #558A15
Complementary color
Monochromatic Colors of #558A15
Black with #558A15
Text Example
Text Example
White with #558A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A15; }
p { color: rgb(85,138,21); }
H1.HeaderClassName
{
color: #558A15;
}
.AnyTagClassName
{
color: #558A15;
}
</style>
background-color css
<style>
a { background-color: #558A15; }
a { background-color: rgb(85,138,21); }
div.DivClassName
{
background-color: #558A15;
}
.BgClassName
{
background-color: #558A15;
}
</style>
border-color css
<style>
span { border-color: #558A15; }
span { border-color: rgb(85,138,21); }
td.TdClassName
{
border-color: #558A15;
}
.TagClassName
{
border-color: #558A15;
}
</style>