Shades of Vida Loca #53801A
Tints of Vida Loca #53801A
RGB
CMYK
RGB Variations
Color information
#53801A (or 0x53801A) is known color: Vida Loca. HEX triplet: 53, 80 and 1A. RGB value is (83,128,26). Sum of RGB (Red+Green+Blue) = 83+128+26=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #53801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53801A is #AC7FE5. Grayscale: #676767. Windows color (decimal): -11304934 or 1736787. OLE color: 1736787.
HSL color Cylindrical-coordinate representation of color #53801A: hue angle of 86.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53801A is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 26 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.50 |
| HSL | 86.47º | 0.66% | 0.3% | - |
| HSV(B) | 86.47º | 0.8% | 0.5% | - |
| XYZ | 11.47 | 17.35 | 3.72 | - |
| YUV | 102.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 26 | 0.35 | 0 | 0.80 | 0.50 | 86.47 | 0.66 | 0.3 |
| Hex | 53 | 80 | 1A | 23 | 0 | 50 | 32 | 56 | 42 | 1E |
| Octal | 123 | 200 | 32 | 43 | 0 | 120 | 62 | 126 | 102 | 36 |
| Binary | 1010011 | 10000000 | 11010 | 100011 | 0 | 1010000 | 110010 | 1010110 | 1000010 | 11110 |
Color Harmonies of #53801A
Complementary color
Monochromatic Colors of #53801A
Black with #53801A
Text Example
Text Example
White with #53801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53801A; }
p { color: rgb(83,128,26); }
H1.HeaderClassName
{
color: #53801A;
}
.AnyTagClassName
{
color: #53801A;
}
</style>
background-color css
<style>
a { background-color: #53801A; }
a { background-color: rgb(83,128,26); }
div.DivClassName
{
background-color: #53801A;
}
.BgClassName
{
background-color: #53801A;
}
</style>
border-color css
<style>
span { border-color: #53801A; }
span { border-color: rgb(83,128,26); }
td.TdClassName
{
border-color: #53801A;
}
.TagClassName
{
border-color: #53801A;
}
</style>