Shades of Vida Loca #538B01
Tints of Vida Loca #538B01
RGB
CMYK
RGB Variations
Color information
#538B01 (or 0x538B01) is known color: Vida Loca. HEX triplet: 53, 8B and 01. RGB value is (83,139,1). Sum of RGB (Red+Green+Blue) = 83+139+1=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #538B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538B01 is #AC74FE. Grayscale: #6B6B6B. Windows color (decimal): -11302143 or 101203. OLE color: 101203.
HSL color Cylindrical-coordinate representation of color #538B01: hue angle of 84.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #538B01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 139 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.45 |
| HSL | 84.35º | 0.99% | 0.27% | - |
| HSV(B) | 84.35º | 0.99% | 0.55% | - |
| XYZ | 12.81 | 20.31 | 3.27 | - |
| YUV | 106.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 1 | 0.40 | 0 | 0.99 | 0.45 | 84.35 | 0.99 | 0.27 |
| Hex | 53 | 8B | 1 | 28 | 0 | 63 | 2D | 54 | 63 | 1B |
| Octal | 123 | 213 | 1 | 50 | 0 | 143 | 55 | 124 | 143 | 33 |
| Binary | 1010011 | 10001011 | 1 | 101000 | 0 | 1100011 | 101101 | 1010100 | 1100011 | 11011 |
Color Harmonies of #538B01
Complementary color
Monochromatic Colors of #538B01
Black with #538B01
Text Example
Text Example
White with #538B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B01; }
p { color: rgb(83,139,1); }
H1.HeaderClassName
{
color: #538B01;
}
.AnyTagClassName
{
color: #538B01;
}
</style>
background-color css
<style>
a { background-color: #538B01; }
a { background-color: rgb(83,139,1); }
div.DivClassName
{
background-color: #538B01;
}
.BgClassName
{
background-color: #538B01;
}
</style>
border-color css
<style>
span { border-color: #538B01; }
span { border-color: rgb(83,139,1); }
td.TdClassName
{
border-color: #538B01;
}
.TagClassName
{
border-color: #538B01;
}
</style>