Shades of Vida Loca #53892F
Tints of Vida Loca #53892F
RGB
CMYK
RGB Variations
Color information
#53892F (or 0x53892F) is known color: Vida Loca. HEX triplet: 53, 89 and 2F. RGB value is (83,137,47). Sum of RGB (Red+Green+Blue) = 83+137+47=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #53892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53892F is #AC76D0. Grayscale: #6E6E6E. Windows color (decimal): -11302609 or 3115347. OLE color: 3115347.
HSL color Cylindrical-coordinate representation of color #53892F: hue angle of 96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53892F is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 47 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.46 |
| HSL | 96º | 0.49% | 0.36% | - |
| HSV(B) | 96º | 0.66% | 0.54% | - |
| XYZ | 13.03 | 19.94 | 5.85 | - |
| YUV | 110.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 47 | 0.39 | 0 | 0.66 | 0.46 | 96 | 0.49 | 0.36 |
| Hex | 53 | 89 | 2F | 27 | 0 | 42 | 2E | 60 | 31 | 24 |
| Octal | 123 | 211 | 57 | 47 | 0 | 102 | 56 | 140 | 61 | 44 |
| Binary | 1010011 | 10001001 | 101111 | 100111 | 0 | 1000010 | 101110 | 1100000 | 110001 | 100100 |
Color Harmonies of #53892F
Complementary color
Monochromatic Colors of #53892F
Black with #53892F
Text Example
Text Example
White with #53892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53892F; }
p { color: rgb(83,137,47); }
H1.HeaderClassName
{
color: #53892F;
}
.AnyTagClassName
{
color: #53892F;
}
</style>
background-color css
<style>
a { background-color: #53892F; }
a { background-color: rgb(83,137,47); }
div.DivClassName
{
background-color: #53892F;
}
.BgClassName
{
background-color: #53892F;
}
</style>
border-color css
<style>
span { border-color: #53892F; }
span { border-color: rgb(83,137,47); }
td.TdClassName
{
border-color: #53892F;
}
.TagClassName
{
border-color: #53892F;
}
</style>