Shades of Vida Loca #55880A
Tints of Vida Loca #55880A
RGB
CMYK
RGB Variations
Color information
#55880A (or 0x55880A) is known color: Vida Loca. HEX triplet: 55, 88 and 0A. RGB value is (85,136,10). Sum of RGB (Red+Green+Blue) = 85+136+10=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #55880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55880A is #AA77F5. Grayscale: #6A6A6A. Windows color (decimal): -11171830 or 690261. OLE color: 690261.
HSL color Cylindrical-coordinate representation of color #55880A: hue angle of 84.29º 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 #55880A is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 10 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.47 |
| HSL | 84.29º | 0.86% | 0.29% | - |
| HSV(B) | 84.29º | 0.93% | 0.53% | - |
| XYZ | 12.61 | 19.56 | 3.4 | - |
| YUV | 106.39 | 73.6 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 10 | 0.38 | 0 | 0.93 | 0.47 | 84.29 | 0.86 | 0.29 |
| Hex | 55 | 88 | A | 26 | 0 | 5D | 2F | 54 | 56 | 1D |
| Octal | 125 | 210 | 12 | 46 | 0 | 135 | 57 | 124 | 126 | 35 |
| Binary | 1010101 | 10001000 | 1010 | 100110 | 0 | 1011101 | 101111 | 1010100 | 1010110 | 11101 |
Color Harmonies of #55880A
Complementary color
Monochromatic Colors of #55880A
Black with #55880A
Text Example
Text Example
White with #55880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55880A; }
p { color: rgb(85,136,10); }
H1.HeaderClassName
{
color: #55880A;
}
.AnyTagClassName
{
color: #55880A;
}
</style>
background-color css
<style>
a { background-color: #55880A; }
a { background-color: rgb(85,136,10); }
div.DivClassName
{
background-color: #55880A;
}
.BgClassName
{
background-color: #55880A;
}
</style>
border-color css
<style>
span { border-color: #55880A; }
span { border-color: rgb(85,136,10); }
td.TdClassName
{
border-color: #55880A;
}
.TagClassName
{
border-color: #55880A;
}
</style>