Shades of Vida Loca #52880A
Tints of Vida Loca #52880A
RGB
CMYK
RGB Variations
Color information
#52880A (or 0x52880A) is known color: Vida Loca. HEX triplet: 52, 88 and 0A. RGB value is (82,136,10). Sum of RGB (Red+Green+Blue) = 82+136+10=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #52880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52880A is #AD77F5. Grayscale: #696969. Windows color (decimal): -11368438 or 690258. OLE color: 690258.
HSL color Cylindrical-coordinate representation of color #52880A: hue angle of 85.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52880A is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 10 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.47 |
| HSL | 85.71º | 0.86% | 0.29% | - |
| HSV(B) | 85.71º | 0.93% | 0.53% | - |
| XYZ | 12.34 | 19.42 | 3.39 | - |
| YUV | 105.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 10 | 0.40 | 0 | 0.93 | 0.47 | 85.71 | 0.86 | 0.29 |
| Hex | 52 | 88 | A | 28 | 0 | 5D | 2F | 56 | 56 | 1D |
| Octal | 122 | 210 | 12 | 50 | 0 | 135 | 57 | 126 | 126 | 35 |
| Binary | 1010010 | 10001000 | 1010 | 101000 | 0 | 1011101 | 101111 | 1010110 | 1010110 | 11101 |
Color Harmonies of #52880A
Complementary color
Monochromatic Colors of #52880A
Black with #52880A
Text Example
Text Example
White with #52880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52880A; }
p { color: rgb(82,136,10); }
H1.HeaderClassName
{
color: #52880A;
}
.AnyTagClassName
{
color: #52880A;
}
</style>
background-color css
<style>
a { background-color: #52880A; }
a { background-color: rgb(82,136,10); }
div.DivClassName
{
background-color: #52880A;
}
.BgClassName
{
background-color: #52880A;
}
</style>
border-color css
<style>
span { border-color: #52880A; }
span { border-color: rgb(82,136,10); }
td.TdClassName
{
border-color: #52880A;
}
.TagClassName
{
border-color: #52880A;
}
</style>