Shades of Vida Loca #558C09
Tints of Vida Loca #558C09
RGB
CMYK
RGB Variations
Color information
#558C09 (or 0x558C09) is known color: Vida Loca. HEX triplet: 55, 8C and 09. RGB value is (85,140,9). Sum of RGB (Red+Green+Blue) = 85+140+9=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 140 (55.08% from 255 or 59.83% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 140 - color contains mainly: green. Hex color #558C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558C09 is #AA73F6. Grayscale: #6D6D6D. Windows color (decimal): -11170807 or 625749. OLE color: 625749.
HSL color Cylindrical-coordinate representation of color #558C09: hue angle of 85.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #558C09 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 9 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.45 |
| HSL | 85.19º | 0.88% | 0.29% | - |
| HSV(B) | 85.19º | 0.94% | 0.55% | - |
| XYZ | 13.17 | 20.71 | 3.56 | - |
| YUV | 108.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 9 | 0.39 | 0 | 0.94 | 0.45 | 85.19 | 0.88 | 0.29 |
| Hex | 55 | 8C | 9 | 27 | 0 | 5E | 2D | 55 | 58 | 1D |
| Octal | 125 | 214 | 11 | 47 | 0 | 136 | 55 | 125 | 130 | 35 |
| Binary | 1010101 | 10001100 | 1001 | 100111 | 0 | 1011110 | 101101 | 1010101 | 1011000 | 11101 |
Color Harmonies of #558C09
Complementary color
Monochromatic Colors of #558C09
Black with #558C09
Text Example
Text Example
White with #558C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C09; }
p { color: rgb(85,140,9); }
H1.HeaderClassName
{
color: #558C09;
}
.AnyTagClassName
{
color: #558C09;
}
</style>
background-color css
<style>
a { background-color: #558C09; }
a { background-color: rgb(85,140,9); }
div.DivClassName
{
background-color: #558C09;
}
.BgClassName
{
background-color: #558C09;
}
</style>
border-color css
<style>
span { border-color: #558C09; }
span { border-color: rgb(85,140,9); }
td.TdClassName
{
border-color: #558C09;
}
.TagClassName
{
border-color: #558C09;
}
</style>