Shades of Vida Loca #557F13
Tints of Vida Loca #557F13
RGB
CMYK
RGB Variations
Color information
#557F13 (or 0x557F13) is known color: Vida Loca. HEX triplet: 55, 7F and 13. RGB value is (85,127,19). Sum of RGB (Red+Green+Blue) = 85+127+19=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #557F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F13 is #AA80EC. Grayscale: #666666. Windows color (decimal): -11174125 or 1277781. OLE color: 1277781.
HSL color Cylindrical-coordinate representation of color #557F13: hue angle of 83.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #557F13 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 19 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.50 |
| HSL | 83.33º | 0.74% | 0.29% | - |
| HSV(B) | 83.33º | 0.85% | 0.5% | - |
| XYZ | 11.45 | 17.16 | 3.32 | - |
| YUV | 102.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 19 | 0.33 | 0 | 0.85 | 0.50 | 83.33 | 0.74 | 0.29 |
| Hex | 55 | 7F | 13 | 21 | 0 | 55 | 32 | 53 | 4A | 1D |
| Octal | 125 | 177 | 23 | 41 | 0 | 125 | 62 | 123 | 112 | 35 |
| Binary | 1010101 | 1111111 | 10011 | 100001 | 0 | 1010101 | 110010 | 1010011 | 1001010 | 11101 |
Color Harmonies of #557F13
Complementary color
Monochromatic Colors of #557F13
Black with #557F13
Text Example
Text Example
White with #557F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F13; }
p { color: rgb(85,127,19); }
H1.HeaderClassName
{
color: #557F13;
}
.AnyTagClassName
{
color: #557F13;
}
</style>
background-color css
<style>
a { background-color: #557F13; }
a { background-color: rgb(85,127,19); }
div.DivClassName
{
background-color: #557F13;
}
.BgClassName
{
background-color: #557F13;
}
</style>
border-color css
<style>
span { border-color: #557F13; }
span { border-color: rgb(85,127,19); }
td.TdClassName
{
border-color: #557F13;
}
.TagClassName
{
border-color: #557F13;
}
</style>