Shades of Vida Loca #55871B
Tints of Vida Loca #55871B
RGB
CMYK
RGB Variations
Color information
#55871B (or 0x55871B) is known color: Vida Loca. HEX triplet: 55, 87 and 1B. RGB value is (85,135,27). Sum of RGB (Red+Green+Blue) = 85+135+27=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #55871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55871B is #AA78E4. Grayscale: #6C6C6C. Windows color (decimal): -11172069 or 1804117. OLE color: 1804117.
HSL color Cylindrical-coordinate representation of color #55871B: hue angle of 87.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55871B is Cyan = 0.37, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 27 | - |
| CMYK | 0.37 | 0 | 0.8 | 0.47 |
| HSL | 87.78º | 0.67% | 0.32% | - |
| HSV(B) | 87.78º | 0.8% | 0.53% | - |
| XYZ | 12.61 | 19.34 | 4.11 | - |
| YUV | 107.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 27 | 0.37 | 0 | 0.8 | 0.47 | 87.78 | 0.67 | 0.32 |
| Hex | 55 | 87 | 1B | 25 | 0 | 50 | 2F | 58 | 43 | 20 |
| Octal | 125 | 207 | 33 | 45 | 0 | 120 | 57 | 130 | 103 | 40 |
| Binary | 1010101 | 10000111 | 11011 | 100101 | 0 | 1010000 | 101111 | 1011000 | 1000011 | 100000 |
Color Harmonies of #55871B
Complementary color
Monochromatic Colors of #55871B
Black with #55871B
Text Example
Text Example
White with #55871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55871B; }
p { color: rgb(85,135,27); }
H1.HeaderClassName
{
color: #55871B;
}
.AnyTagClassName
{
color: #55871B;
}
</style>
background-color css
<style>
a { background-color: #55871B; }
a { background-color: rgb(85,135,27); }
div.DivClassName
{
background-color: #55871B;
}
.BgClassName
{
background-color: #55871B;
}
</style>
border-color css
<style>
span { border-color: #55871B; }
span { border-color: rgb(85,135,27); }
td.TdClassName
{
border-color: #55871B;
}
.TagClassName
{
border-color: #55871B;
}
</style>