Shades of Vida Loca #55831D
Tints of Vida Loca #55831D
RGB
CMYK
RGB Variations
Color information
#55831D (or 0x55831D) is known color: Vida Loca. HEX triplet: 55, 83 and 1D. RGB value is (85,131,29). Sum of RGB (Red+Green+Blue) = 85+131+29=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #55831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55831D is #AA7CE2. Grayscale: #696969. Windows color (decimal): -11173091 or 1934165. OLE color: 1934165.
HSL color Cylindrical-coordinate representation of color #55831D: hue angle of 87.06º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55831D is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 29 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.49 |
| HSL | 87.06º | 0.64% | 0.31% | - |
| HSV(B) | 87.06º | 0.78% | 0.51% | - |
| XYZ | 12.08 | 18.25 | 4.05 | - |
| YUV | 105.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 29 | 0.35 | 0 | 0.78 | 0.49 | 87.06 | 0.64 | 0.31 |
| Hex | 55 | 83 | 1D | 23 | 0 | 4E | 31 | 57 | 40 | 1F |
| Octal | 125 | 203 | 35 | 43 | 0 | 116 | 61 | 127 | 100 | 37 |
| Binary | 1010101 | 10000011 | 11101 | 100011 | 0 | 1001110 | 110001 | 1010111 | 1000000 | 11111 |
Color Harmonies of #55831D
Complementary color
Monochromatic Colors of #55831D
Black with #55831D
Text Example
Text Example
White with #55831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55831D; }
p { color: rgb(85,131,29); }
H1.HeaderClassName
{
color: #55831D;
}
.AnyTagClassName
{
color: #55831D;
}
</style>
background-color css
<style>
a { background-color: #55831D; }
a { background-color: rgb(85,131,29); }
div.DivClassName
{
background-color: #55831D;
}
.BgClassName
{
background-color: #55831D;
}
</style>
border-color css
<style>
span { border-color: #55831D; }
span { border-color: rgb(85,131,29); }
td.TdClassName
{
border-color: #55831D;
}
.TagClassName
{
border-color: #55831D;
}
</style>