Shades of Bronze Olive #5A5303
Tints of Bronze Olive #5A5303
RGB
CMYK
RGB Variations
Color information
#5A5303 (or 0x5A5303) is known color: Bronze Olive. HEX triplet: 5A, 53 and 03. RGB value is (90,83,3). Sum of RGB (Red+Green+Blue) = 90+83+3=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5303 is #A5ACFC. Grayscale: #4C4C4C. Windows color (decimal): -10857725 or 217946. OLE color: 217946.
HSL color Cylindrical-coordinate representation of color #5A5303: hue angle of 55.17º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A5303 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.65 |
| HSL | 55.17º | 0.94% | 0.18% | - |
| HSV(B) | 55.17º | 0.97% | 0.35% | - |
| XYZ | 7.33 | 8.37 | 1.31 | - |
| YUV | 75.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 3 | 0 | 0.08 | 0.97 | 0.65 | 55.17 | 0.94 | 0.18 |
| Hex | 5A | 53 | 3 | 0 | 8 | 61 | 41 | 37 | 5E | 12 |
| Octal | 132 | 123 | 3 | 0 | 10 | 141 | 101 | 67 | 136 | 22 |
| Binary | 1011010 | 1010011 | 11 | 0 | 1000 | 1100001 | 1000001 | 110111 | 1011110 | 10010 |
Color Harmonies of #5A5303
Complementary color
Monochromatic Colors of #5A5303
Black with #5A5303
Text Example
Text Example
White with #5A5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5303; }
p { color: rgb(90,83,3); }
H1.HeaderClassName
{
color: #5A5303;
}
.AnyTagClassName
{
color: #5A5303;
}
</style>
background-color css
<style>
a { background-color: #5A5303; }
a { background-color: rgb(90,83,3); }
div.DivClassName
{
background-color: #5A5303;
}
.BgClassName
{
background-color: #5A5303;
}
</style>
border-color css
<style>
span { border-color: #5A5303; }
span { border-color: rgb(90,83,3); }
td.TdClassName
{
border-color: #5A5303;
}
.TagClassName
{
border-color: #5A5303;
}
</style>