Shades of Vida Loca #55892B
Tints of Vida Loca #55892B
RGB
CMYK
RGB Variations
Color information
#55892B (or 0x55892B) is known color: Vida Loca. HEX triplet: 55, 89 and 2B. RGB value is (85,137,43). Sum of RGB (Red+Green+Blue) = 85+137+43=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #55892B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55892B is #AA76D4. Grayscale: #6F6F6F. Windows color (decimal): -11171541 or 2853205. OLE color: 2853205.
HSL color Cylindrical-coordinate representation of color #55892B: hue angle of 93.19º 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 #55892B is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 43 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.46 |
| HSL | 93.19º | 0.52% | 0.35% | - |
| HSV(B) | 93.19º | 0.69% | 0.54% | - |
| XYZ | 13.13 | 20 | 5.45 | - |
| YUV | 110.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 43 | 0.38 | 0 | 0.69 | 0.46 | 93.19 | 0.52 | 0.35 |
| Hex | 55 | 89 | 2B | 26 | 0 | 45 | 2E | 5D | 34 | 23 |
| Octal | 125 | 211 | 53 | 46 | 0 | 105 | 56 | 135 | 64 | 43 |
| Binary | 1010101 | 10001001 | 101011 | 100110 | 0 | 1000101 | 101110 | 1011101 | 110100 | 100011 |
Color Harmonies of #55892B
Complementary color
Monochromatic Colors of #55892B
Black with #55892B
Text Example
Text Example
White with #55892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55892B; }
p { color: rgb(85,137,43); }
H1.HeaderClassName
{
color: #55892B;
}
.AnyTagClassName
{
color: #55892B;
}
</style>
background-color css
<style>
a { background-color: #55892B; }
a { background-color: rgb(85,137,43); }
div.DivClassName
{
background-color: #55892B;
}
.BgClassName
{
background-color: #55892B;
}
</style>
border-color css
<style>
span { border-color: #55892B; }
span { border-color: rgb(85,137,43); }
td.TdClassName
{
border-color: #55892B;
}
.TagClassName
{
border-color: #55892B;
}
</style>