Shades of Bronze Olive #5B5304
Tints of Bronze Olive #5B5304
RGB
CMYK
RGB Variations
Color information
#5B5304 (or 0x5B5304) is known color: Bronze Olive. HEX triplet: 5B, 53 and 04. RGB value is (91,83,4). Sum of RGB (Red+Green+Blue) = 91+83+4=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5304 is #A4ACFB. Grayscale: #4C4C4C. Windows color (decimal): -10792188 or 283483. OLE color: 283483.
HSL color Cylindrical-coordinate representation of color #5B5304: hue angle of 54.48º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B5304 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 4 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.64 |
| HSL | 54.48º | 0.92% | 0.19% | - |
| HSV(B) | 54.48º | 0.96% | 0.36% | - |
| XYZ | 7.43 | 8.42 | 1.35 | - |
| YUV | 76.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 4 | 0 | 0.09 | 0.96 | 0.64 | 54.48 | 0.92 | 0.19 |
| Hex | 5B | 53 | 4 | 0 | 9 | 60 | 40 | 36 | 5C | 13 |
| Octal | 133 | 123 | 4 | 0 | 11 | 140 | 100 | 66 | 134 | 23 |
| Binary | 1011011 | 1010011 | 100 | 0 | 1001 | 1100000 | 1000000 | 110110 | 1011100 | 10011 |
Color Harmonies of #5B5304
Complementary color
Monochromatic Colors of #5B5304
Black with #5B5304
Text Example
Text Example
White with #5B5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5304; }
p { color: rgb(91,83,4); }
H1.HeaderClassName
{
color: #5B5304;
}
.AnyTagClassName
{
color: #5B5304;
}
</style>
background-color css
<style>
a { background-color: #5B5304; }
a { background-color: rgb(91,83,4); }
div.DivClassName
{
background-color: #5B5304;
}
.BgClassName
{
background-color: #5B5304;
}
</style>
border-color css
<style>
span { border-color: #5B5304; }
span { border-color: rgb(91,83,4); }
td.TdClassName
{
border-color: #5B5304;
}
.TagClassName
{
border-color: #5B5304;
}
</style>