Shades of Bronze Olive #5B5004
Tints of Bronze Olive #5B5004
RGB
CMYK
RGB Variations
Color information
#5B5004 (or 0x5B5004) is known color: Bronze Olive. HEX triplet: 5B, 50 and 04. RGB value is (91,80,4). Sum of RGB (Red+Green+Blue) = 91+80+4=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5004 is #A4AFFB. Grayscale: #4A4A4A. Windows color (decimal): -10792956 or 282715. OLE color: 282715.
HSL color Cylindrical-coordinate representation of color #5B5004: hue angle of 52.41º 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 #5B5004 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 80 | 4 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.64 |
| HSL | 52.41º | 0.92% | 0.19% | - |
| HSV(B) | 52.41º | 0.96% | 0.36% | - |
| XYZ | 7.2 | 7.97 | 1.27 | - |
| YUV | 74.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 4 | 0 | 0.12 | 0.96 | 0.64 | 52.41 | 0.92 | 0.19 |
| Hex | 5B | 50 | 4 | 0 | C | 60 | 40 | 34 | 5C | 13 |
| Octal | 133 | 120 | 4 | 0 | 14 | 140 | 100 | 64 | 134 | 23 |
| Binary | 1011011 | 1010000 | 100 | 0 | 1100 | 1100000 | 1000000 | 110100 | 1011100 | 10011 |
Color Harmonies of #5B5004
Complementary color
Monochromatic Colors of #5B5004
Black with #5B5004
Text Example
Text Example
White with #5B5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5004; }
p { color: rgb(91,80,4); }
H1.HeaderClassName
{
color: #5B5004;
}
.AnyTagClassName
{
color: #5B5004;
}
</style>
background-color css
<style>
a { background-color: #5B5004; }
a { background-color: rgb(91,80,4); }
div.DivClassName
{
background-color: #5B5004;
}
.BgClassName
{
background-color: #5B5004;
}
</style>
border-color css
<style>
span { border-color: #5B5004; }
span { border-color: rgb(91,80,4); }
td.TdClassName
{
border-color: #5B5004;
}
.TagClassName
{
border-color: #5B5004;
}
</style>