Shades of Bronze Olive #5A5000
Tints of Bronze Olive #5A5000
RGB
CMYK
RGB Variations
Color information
#5A5000 (or 0x5A5000) is known color: Bronze Olive. HEX triplet: 5A, 50 and 00. RGB value is (90,80,0). Sum of RGB (Red+Green+Blue) = 90+80+0=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5000 is #A5AFFF. Grayscale: #4A4A4A. Windows color (decimal): -10858496 or 20570. OLE color: 20570.
HSL color Cylindrical-coordinate representation of color #5A5000: hue angle of 53.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A5000 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.65 |
| HSL | 53.33º | 1% | 0.18% | - |
| HSV(B) | 53.33º | 1% | 0.35% | - |
| XYZ | 7.09 | 7.91 | 1.15 | - |
| YUV | 73.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 0 | 0 | 0.11 | 1 | 0.65 | 53.33 | 1 | 0.18 |
| Hex | 5A | 50 | 0 | 0 | B | 64 | 41 | 35 | 64 | 12 |
| Octal | 132 | 120 | 0 | 0 | 13 | 144 | 101 | 65 | 144 | 22 |
| Binary | 1011010 | 1010000 | 0 | 0 | 1011 | 1100100 | 1000001 | 110101 | 1100100 | 10010 |
Color Harmonies of #5A5000
Complementary color
Monochromatic Colors of #5A5000
Black with #5A5000
Text Example
Text Example
White with #5A5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5000; }
p { color: rgb(90,80,0); }
H1.HeaderClassName
{
color: #5A5000;
}
.AnyTagClassName
{
color: #5A5000;
}
</style>
background-color css
<style>
a { background-color: #5A5000; }
a { background-color: rgb(90,80,0); }
div.DivClassName
{
background-color: #5A5000;
}
.BgClassName
{
background-color: #5A5000;
}
</style>
border-color css
<style>
span { border-color: #5A5000; }
span { border-color: rgb(90,80,0); }
td.TdClassName
{
border-color: #5A5000;
}
.TagClassName
{
border-color: #5A5000;
}
</style>