Shades of Vida Loca #53890C
Tints of Vida Loca #53890C
RGB
CMYK
RGB Variations
Color information
#53890C (or 0x53890C) is known color: Vida Loca. HEX triplet: 53, 89 and 0C. RGB value is (83,137,12). Sum of RGB (Red+Green+Blue) = 83+137+12=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #53890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53890C is #AC76F3. Grayscale: #6B6B6B. Windows color (decimal): -11302644 or 821587. OLE color: 821587.
HSL color Cylindrical-coordinate representation of color #53890C: hue angle of 85.92º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53890C is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 12 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.46 |
| HSL | 85.92º | 0.84% | 0.29% | - |
| HSV(B) | 85.92º | 0.91% | 0.54% | - |
| XYZ | 12.58 | 19.76 | 3.5 | - |
| YUV | 106.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 12 | 0.39 | 0 | 0.91 | 0.46 | 85.92 | 0.84 | 0.29 |
| Hex | 53 | 89 | C | 27 | 0 | 5B | 2E | 56 | 54 | 1D |
| Octal | 123 | 211 | 14 | 47 | 0 | 133 | 56 | 126 | 124 | 35 |
| Binary | 1010011 | 10001001 | 1100 | 100111 | 0 | 1011011 | 101110 | 1010110 | 1010100 | 11101 |
Color Harmonies of #53890C
Complementary color
Monochromatic Colors of #53890C
Black with #53890C
Text Example
Text Example
White with #53890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53890C; }
p { color: rgb(83,137,12); }
H1.HeaderClassName
{
color: #53890C;
}
.AnyTagClassName
{
color: #53890C;
}
</style>
background-color css
<style>
a { background-color: #53890C; }
a { background-color: rgb(83,137,12); }
div.DivClassName
{
background-color: #53890C;
}
.BgClassName
{
background-color: #53890C;
}
</style>
border-color css
<style>
span { border-color: #53890C; }
span { border-color: rgb(83,137,12); }
td.TdClassName
{
border-color: #53890C;
}
.TagClassName
{
border-color: #53890C;
}
</style>