Shades of Vida Loca #59851C
Tints of Vida Loca #59851C
RGB
CMYK
RGB Variations
Color information
#59851C (or 0x59851C) is known color: Vida Loca. HEX triplet: 59, 85 and 1C. RGB value is (89,133,28). Sum of RGB (Red+Green+Blue) = 89+133+28=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #59851C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59851C is #A67AE3. Grayscale: #6C6C6C. Windows color (decimal): -10910436 or 1869145. OLE color: 1869145.
HSL color Cylindrical-coordinate representation of color #59851C: hue angle of 85.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59851C is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 133 | 28 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.48 |
| HSL | 85.14º | 0.65% | 0.32% | - |
| HSV(B) | 85.14º | 0.79% | 0.52% | - |
| XYZ | 12.72 | 18.98 | 4.09 | - |
| YUV | 107.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 28 | 0.33 | 0 | 0.79 | 0.48 | 85.14 | 0.65 | 0.32 |
| Hex | 59 | 85 | 1C | 21 | 0 | 4F | 30 | 55 | 41 | 20 |
| Octal | 131 | 205 | 34 | 41 | 0 | 117 | 60 | 125 | 101 | 40 |
| Binary | 1011001 | 10000101 | 11100 | 100001 | 0 | 1001111 | 110000 | 1010101 | 1000001 | 100000 |
Color Harmonies of #59851C
Complementary color
Monochromatic Colors of #59851C
Black with #59851C
Text Example
Text Example
White with #59851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59851C; }
p { color: rgb(89,133,28); }
H1.HeaderClassName
{
color: #59851C;
}
.AnyTagClassName
{
color: #59851C;
}
</style>
background-color css
<style>
a { background-color: #59851C; }
a { background-color: rgb(89,133,28); }
div.DivClassName
{
background-color: #59851C;
}
.BgClassName
{
background-color: #59851C;
}
</style>
border-color css
<style>
span { border-color: #59851C; }
span { border-color: rgb(89,133,28); }
td.TdClassName
{
border-color: #59851C;
}
.TagClassName
{
border-color: #59851C;
}
</style>