Shades of Vida Loca #55892F
Tints of Vida Loca #55892F
RGB
CMYK
RGB Variations
Color information
#55892F (or 0x55892F) is known color: Vida Loca. HEX triplet: 55, 89 and 2F. RGB value is (85,137,47). Sum of RGB (Red+Green+Blue) = 85+137+47=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #55892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55892F is #AA76D0. Grayscale: #6F6F6F. Windows color (decimal): -11171537 or 3115349. OLE color: 3115349.
HSL color Cylindrical-coordinate representation of color #55892F: hue angle of 94.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55892F is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 47 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.46 |
| HSL | 94.67º | 0.49% | 0.36% | - |
| HSV(B) | 94.67º | 0.66% | 0.54% | - |
| XYZ | 13.21 | 20.03 | 5.86 | - |
| YUV | 111.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 47 | 0.38 | 0 | 0.66 | 0.46 | 94.67 | 0.49 | 0.36 |
| Hex | 55 | 89 | 2F | 26 | 0 | 42 | 2E | 5F | 31 | 24 |
| Octal | 125 | 211 | 57 | 46 | 0 | 102 | 56 | 137 | 61 | 44 |
| Binary | 1010101 | 10001001 | 101111 | 100110 | 0 | 1000010 | 101110 | 1011111 | 110001 | 100100 |
Color Harmonies of #55892F
Complementary color
Monochromatic Colors of #55892F
Black with #55892F
Text Example
Text Example
White with #55892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55892F; }
p { color: rgb(85,137,47); }
H1.HeaderClassName
{
color: #55892F;
}
.AnyTagClassName
{
color: #55892F;
}
</style>
background-color css
<style>
a { background-color: #55892F; }
a { background-color: rgb(85,137,47); }
div.DivClassName
{
background-color: #55892F;
}
.BgClassName
{
background-color: #55892F;
}
</style>
border-color css
<style>
span { border-color: #55892F; }
span { border-color: rgb(85,137,47); }
td.TdClassName
{
border-color: #55892F;
}
.TagClassName
{
border-color: #55892F;
}
</style>