Shades of Vida Loca #558B13
Tints of Vida Loca #558B13
RGB
CMYK
RGB Variations
Color information
#558B13 (or 0x558B13) is known color: Vida Loca. HEX triplet: 55, 8B and 13. RGB value is (85,139,19). Sum of RGB (Red+Green+Blue) = 85+139+19=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #558B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558B13 is #AA74EC. Grayscale: #6D6D6D. Windows color (decimal): -11171053 or 1280853. OLE color: 1280853.
HSL color Cylindrical-coordinate representation of color #558B13: hue angle of 87º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #558B13 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 19 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.45 |
| HSL | 87º | 0.76% | 0.31% | - |
| HSV(B) | 87º | 0.86% | 0.55% | - |
| XYZ | 13.1 | 20.44 | 3.87 | - |
| YUV | 109.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 19 | 0.39 | 0 | 0.86 | 0.45 | 87 | 0.76 | 0.31 |
| Hex | 55 | 8B | 13 | 27 | 0 | 56 | 2D | 57 | 4C | 1F |
| Octal | 125 | 213 | 23 | 47 | 0 | 126 | 55 | 127 | 114 | 37 |
| Binary | 1010101 | 10001011 | 10011 | 100111 | 0 | 1010110 | 101101 | 1010111 | 1001100 | 11111 |
Color Harmonies of #558B13
Complementary color
Monochromatic Colors of #558B13
Black with #558B13
Text Example
Text Example
White with #558B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B13; }
p { color: rgb(85,139,19); }
H1.HeaderClassName
{
color: #558B13;
}
.AnyTagClassName
{
color: #558B13;
}
</style>
background-color css
<style>
a { background-color: #558B13; }
a { background-color: rgb(85,139,19); }
div.DivClassName
{
background-color: #558B13;
}
.BgClassName
{
background-color: #558B13;
}
</style>
border-color css
<style>
span { border-color: #558B13; }
span { border-color: rgb(85,139,19); }
td.TdClassName
{
border-color: #558B13;
}
.TagClassName
{
border-color: #558B13;
}
</style>