Shades of Bronze Olive #5A5001
Tints of Bronze Olive #5A5001
RGB
CMYK
RGB Variations
Color information
#5A5001 (or 0x5A5001) is known color: Bronze Olive. HEX triplet: 5A, 50 and 01. RGB value is (90,80,1). Sum of RGB (Red+Green+Blue) = 90+80+1=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5001 is #A5AFFE. Grayscale: #4A4A4A. Windows color (decimal): -10858495 or 86106. OLE color: 86106.
HSL color Cylindrical-coordinate representation of color #5A5001: hue angle of 53.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A5001 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.65 |
| HSL | 53.26º | 0.98% | 0.18% | - |
| HSV(B) | 53.26º | 0.99% | 0.35% | - |
| XYZ | 7.09 | 7.91 | 1.18 | - |
| YUV | 73.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 1 | 0 | 0.11 | 0.99 | 0.65 | 53.26 | 0.98 | 0.18 |
| Hex | 5A | 50 | 1 | 0 | B | 63 | 41 | 35 | 62 | 12 |
| Octal | 132 | 120 | 1 | 0 | 13 | 143 | 101 | 65 | 142 | 22 |
| Binary | 1011010 | 1010000 | 1 | 0 | 1011 | 1100011 | 1000001 | 110101 | 1100010 | 10010 |
Color Harmonies of #5A5001
Complementary color
Monochromatic Colors of #5A5001
Black with #5A5001
Text Example
Text Example
White with #5A5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5001; }
p { color: rgb(90,80,1); }
H1.HeaderClassName
{
color: #5A5001;
}
.AnyTagClassName
{
color: #5A5001;
}
</style>
background-color css
<style>
a { background-color: #5A5001; }
a { background-color: rgb(90,80,1); }
div.DivClassName
{
background-color: #5A5001;
}
.BgClassName
{
background-color: #5A5001;
}
</style>
border-color css
<style>
span { border-color: #5A5001; }
span { border-color: rgb(90,80,1); }
td.TdClassName
{
border-color: #5A5001;
}
.TagClassName
{
border-color: #5A5001;
}
</style>