Shades of Vida Loca #55841F
Tints of Vida Loca #55841F
RGB
CMYK
RGB Variations
Color information
#55841F (or 0x55841F) is known color: Vida Loca. HEX triplet: 55, 84 and 1F. RGB value is (85,132,31). Sum of RGB (Red+Green+Blue) = 85+132+31=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #55841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55841F is #AA7BE0. Grayscale: #6A6A6A. Windows color (decimal): -11172833 or 2065493. OLE color: 2065493.
HSL color Cylindrical-coordinate representation of color #55841F: hue angle of 87.92º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55841F is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 31 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.48 |
| HSL | 87.92º | 0.62% | 0.32% | - |
| HSV(B) | 87.92º | 0.77% | 0.52% | - |
| XYZ | 12.24 | 18.53 | 4.23 | - |
| YUV | 106.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 31 | 0.36 | 0 | 0.77 | 0.48 | 87.92 | 0.62 | 0.32 |
| Hex | 55 | 84 | 1F | 24 | 0 | 4D | 30 | 58 | 3E | 20 |
| Octal | 125 | 204 | 37 | 44 | 0 | 115 | 60 | 130 | 76 | 40 |
| Binary | 1010101 | 10000100 | 11111 | 100100 | 0 | 1001101 | 110000 | 1011000 | 111110 | 100000 |
Color Harmonies of #55841F
Complementary color
Monochromatic Colors of #55841F
Black with #55841F
Text Example
Text Example
White with #55841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55841F; }
p { color: rgb(85,132,31); }
H1.HeaderClassName
{
color: #55841F;
}
.AnyTagClassName
{
color: #55841F;
}
</style>
background-color css
<style>
a { background-color: #55841F; }
a { background-color: rgb(85,132,31); }
div.DivClassName
{
background-color: #55841F;
}
.BgClassName
{
background-color: #55841F;
}
</style>
border-color css
<style>
span { border-color: #55841F; }
span { border-color: rgb(85,132,31); }
td.TdClassName
{
border-color: #55841F;
}
.TagClassName
{
border-color: #55841F;
}
</style>