Shades of Vida Loca #53881E
Tints of Vida Loca #53881E
RGB
CMYK
RGB Variations
Color information
#53881E (or 0x53881E) is known color: Vida Loca. HEX triplet: 53, 88 and 1E. RGB value is (83,136,30). Sum of RGB (Red+Green+Blue) = 83+136+30=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #53881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53881E is #AC77E1. Grayscale: #6C6C6C. Windows color (decimal): -11302882 or 2000979. OLE color: 2000979.
HSL color Cylindrical-coordinate representation of color #53881E: hue angle of 90º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53881E is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 30 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.47 |
| HSL | 90º | 0.64% | 0.33% | - |
| HSV(B) | 90º | 0.78% | 0.53% | - |
| XYZ | 12.61 | 19.54 | 4.34 | - |
| YUV | 108.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 30 | 0.39 | 0 | 0.78 | 0.47 | 90 | 0.64 | 0.33 |
| Hex | 53 | 88 | 1E | 27 | 0 | 4E | 2F | 5A | 40 | 21 |
| Octal | 123 | 210 | 36 | 47 | 0 | 116 | 57 | 132 | 100 | 41 |
| Binary | 1010011 | 10001000 | 11110 | 100111 | 0 | 1001110 | 101111 | 1011010 | 1000000 | 100001 |
Color Harmonies of #53881E
Complementary color
Monochromatic Colors of #53881E
Black with #53881E
Text Example
Text Example
White with #53881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53881E; }
p { color: rgb(83,136,30); }
H1.HeaderClassName
{
color: #53881E;
}
.AnyTagClassName
{
color: #53881E;
}
</style>
background-color css
<style>
a { background-color: #53881E; }
a { background-color: rgb(83,136,30); }
div.DivClassName
{
background-color: #53881E;
}
.BgClassName
{
background-color: #53881E;
}
</style>
border-color css
<style>
span { border-color: #53881E; }
span { border-color: rgb(83,136,30); }
td.TdClassName
{
border-color: #53881E;
}
.TagClassName
{
border-color: #53881E;
}
</style>