Shades of Vida Loca #558633
Tints of Vida Loca #558633
RGB
CMYK
RGB Variations
Color information
#558633 (or 0x558633) is known color: Vida Loca. HEX triplet: 55, 86 and 33. RGB value is (85,134,51). Sum of RGB (Red+Green+Blue) = 85+134+51=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #558633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558633 is #AA79CC. Grayscale: #6E6E6E. Windows color (decimal): -11172301 or 3376725. OLE color: 3376725.
HSL color Cylindrical-coordinate representation of color #558633: hue angle of 95.42º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558633 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 51 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.47 |
| HSL | 95.42º | 0.45% | 0.36% | - |
| HSV(B) | 95.42º | 0.62% | 0.53% | - |
| XYZ | 12.87 | 19.22 | 6.16 | - |
| YUV | 109.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 51 | 0.37 | 0 | 0.62 | 0.47 | 95.42 | 0.45 | 0.36 |
| Hex | 55 | 86 | 33 | 25 | 0 | 3E | 2F | 5F | 2D | 24 |
| Octal | 125 | 206 | 63 | 45 | 0 | 76 | 57 | 137 | 55 | 44 |
| Binary | 1010101 | 10000110 | 110011 | 100101 | 0 | 111110 | 101111 | 1011111 | 101101 | 100100 |
Color Harmonies of #558633
Complementary color
Monochromatic Colors of #558633
Black with #558633
Text Example
Text Example
White with #558633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558633; }
p { color: rgb(85,134,51); }
H1.HeaderClassName
{
color: #558633;
}
.AnyTagClassName
{
color: #558633;
}
</style>
background-color css
<style>
a { background-color: #558633; }
a { background-color: rgb(85,134,51); }
div.DivClassName
{
background-color: #558633;
}
.BgClassName
{
background-color: #558633;
}
</style>
border-color css
<style>
span { border-color: #558633; }
span { border-color: rgb(85,134,51); }
td.TdClassName
{
border-color: #558633;
}
.TagClassName
{
border-color: #558633;
}
</style>