Shades of Vida Loca #53801C
Tints of Vida Loca #53801C
RGB
CMYK
RGB Variations
Color information
#53801C (or 0x53801C) is known color: Vida Loca. HEX triplet: 53, 80 and 1C. RGB value is (83,128,28). Sum of RGB (Red+Green+Blue) = 83+128+28=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #53801C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53801C is #AC7FE3. Grayscale: #676767. Windows color (decimal): -11304932 or 1867859. OLE color: 1867859.
HSL color Cylindrical-coordinate representation of color #53801C: hue angle of 87º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53801C is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 28 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.50 |
| HSL | 87º | 0.64% | 0.31% | - |
| HSV(B) | 87º | 0.78% | 0.5% | - |
| XYZ | 11.5 | 17.36 | 3.84 | - |
| YUV | 103.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 28 | 0.35 | 0 | 0.78 | 0.50 | 87 | 0.64 | 0.31 |
| Hex | 53 | 80 | 1C | 23 | 0 | 4E | 32 | 57 | 40 | 1F |
| Octal | 123 | 200 | 34 | 43 | 0 | 116 | 62 | 127 | 100 | 37 |
| Binary | 1010011 | 10000000 | 11100 | 100011 | 0 | 1001110 | 110010 | 1010111 | 1000000 | 11111 |
Color Harmonies of #53801C
Complementary color
Monochromatic Colors of #53801C
Black with #53801C
Text Example
Text Example
White with #53801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53801C; }
p { color: rgb(83,128,28); }
H1.HeaderClassName
{
color: #53801C;
}
.AnyTagClassName
{
color: #53801C;
}
</style>
background-color css
<style>
a { background-color: #53801C; }
a { background-color: rgb(83,128,28); }
div.DivClassName
{
background-color: #53801C;
}
.BgClassName
{
background-color: #53801C;
}
</style>
border-color css
<style>
span { border-color: #53801C; }
span { border-color: rgb(83,128,28); }
td.TdClassName
{
border-color: #53801C;
}
.TagClassName
{
border-color: #53801C;
}
</style>