Shades of Vida Loca #53882B
Tints of Vida Loca #53882B
RGB
CMYK
RGB Variations
Color information
#53882B (or 0x53882B) is known color: Vida Loca. HEX triplet: 53, 88 and 2B. RGB value is (83,136,43). Sum of RGB (Red+Green+Blue) = 83+136+43=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #53882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53882B is #AC77D4. Grayscale: #6D6D6D. Windows color (decimal): -11302869 or 2852947. OLE color: 2852947.
HSL color Cylindrical-coordinate representation of color #53882B: hue angle of 94.19º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53882B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 43 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.47 |
| HSL | 94.19º | 0.52% | 0.35% | - |
| HSV(B) | 94.19º | 0.68% | 0.53% | - |
| XYZ | 12.81 | 19.62 | 5.4 | - |
| YUV | 109.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 43 | 0.39 | 0 | 0.68 | 0.47 | 94.19 | 0.52 | 0.35 |
| Hex | 53 | 88 | 2B | 27 | 0 | 44 | 2F | 5E | 34 | 23 |
| Octal | 123 | 210 | 53 | 47 | 0 | 104 | 57 | 136 | 64 | 43 |
| Binary | 1010011 | 10001000 | 101011 | 100111 | 0 | 1000100 | 101111 | 1011110 | 110100 | 100011 |
Color Harmonies of #53882B
Complementary color
Monochromatic Colors of #53882B
Black with #53882B
Text Example
Text Example
White with #53882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53882B; }
p { color: rgb(83,136,43); }
H1.HeaderClassName
{
color: #53882B;
}
.AnyTagClassName
{
color: #53882B;
}
</style>
background-color css
<style>
a { background-color: #53882B; }
a { background-color: rgb(83,136,43); }
div.DivClassName
{
background-color: #53882B;
}
.BgClassName
{
background-color: #53882B;
}
</style>
border-color css
<style>
span { border-color: #53882B; }
span { border-color: rgb(83,136,43); }
td.TdClassName
{
border-color: #53882B;
}
.TagClassName
{
border-color: #53882B;
}
</style>