Shades of Vida Loca #558B07
Tints of Vida Loca #558B07
RGB
CMYK
RGB Variations
Color information
#558B07 (or 0x558B07) is known color: Vida Loca. HEX triplet: 55, 8B and 07. RGB value is (85,139,7). Sum of RGB (Red+Green+Blue) = 85+139+7=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #558B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558B07 is #AA74F8. Grayscale: #6C6C6C. Windows color (decimal): -11171065 or 494421. OLE color: 494421.
HSL color Cylindrical-coordinate representation of color #558B07: hue angle of 84.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558B07 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 7 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.45 |
| HSL | 84.55º | 0.9% | 0.29% | - |
| HSV(B) | 84.55º | 0.95% | 0.55% | - |
| XYZ | 13.02 | 20.41 | 3.45 | - |
| YUV | 107.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 7 | 0.39 | 0 | 0.95 | 0.45 | 84.55 | 0.9 | 0.29 |
| Hex | 55 | 8B | 7 | 27 | 0 | 5F | 2D | 55 | 5A | 1D |
| Octal | 125 | 213 | 7 | 47 | 0 | 137 | 55 | 125 | 132 | 35 |
| Binary | 1010101 | 10001011 | 111 | 100111 | 0 | 1011111 | 101101 | 1010101 | 1011010 | 11101 |
Color Harmonies of #558B07
Complementary color
Monochromatic Colors of #558B07
Black with #558B07
Text Example
Text Example
White with #558B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B07; }
p { color: rgb(85,139,7); }
H1.HeaderClassName
{
color: #558B07;
}
.AnyTagClassName
{
color: #558B07;
}
</style>
background-color css
<style>
a { background-color: #558B07; }
a { background-color: rgb(85,139,7); }
div.DivClassName
{
background-color: #558B07;
}
.BgClassName
{
background-color: #558B07;
}
</style>
border-color css
<style>
span { border-color: #558B07; }
span { border-color: rgb(85,139,7); }
td.TdClassName
{
border-color: #558B07;
}
.TagClassName
{
border-color: #558B07;
}
</style>