Shades of Vida Loca #5A8535
Tints of Vida Loca #5A8535
RGB
CMYK
RGB Variations
Color information
#5A8535 (or 0x5A8535) is known color: Vida Loca. HEX triplet: 5A, 85 and 35. RGB value is (90,133,53). Sum of RGB (Red+Green+Blue) = 90+133+53=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8535 is #A57ACA. Grayscale: #6F6F6F. Windows color (decimal): -10844875 or 3507546. OLE color: 3507546.
HSL color Cylindrical-coordinate representation of color #5A8535: hue angle of 92.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A8535 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 53 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.48 |
| HSL | 92.25º | 0.43% | 0.36% | - |
| HSV(B) | 92.25º | 0.6% | 0.52% | - |
| XYZ | 13.25 | 19.21 | 6.38 | - |
| YUV | 111.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 53 | 0.32 | 0 | 0.60 | 0.48 | 92.25 | 0.43 | 0.36 |
| Hex | 5A | 85 | 35 | 20 | 0 | 3C | 30 | 5C | 2B | 24 |
| Octal | 132 | 205 | 65 | 40 | 0 | 74 | 60 | 134 | 53 | 44 |
| Binary | 1011010 | 10000101 | 110101 | 100000 | 0 | 111100 | 110000 | 1011100 | 101011 | 100100 |
Color Harmonies of #5A8535
Complementary color
Monochromatic Colors of #5A8535
Black with #5A8535
Text Example
Text Example
White with #5A8535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8535; }
p { color: rgb(90,133,53); }
H1.HeaderClassName
{
color: #5A8535;
}
.AnyTagClassName
{
color: #5A8535;
}
</style>
background-color css
<style>
a { background-color: #5A8535; }
a { background-color: rgb(90,133,53); }
div.DivClassName
{
background-color: #5A8535;
}
.BgClassName
{
background-color: #5A8535;
}
</style>
border-color css
<style>
span { border-color: #5A8535; }
span { border-color: rgb(90,133,53); }
td.TdClassName
{
border-color: #5A8535;
}
.TagClassName
{
border-color: #5A8535;
}
</style>