Shades of Bronze Olive #5B5011
Tints of Bronze Olive #5B5011
RGB
CMYK
RGB Variations
Color information
#5B5011 (or 0x5B5011) is known color: Bronze Olive. HEX triplet: 5B, 50 and 11. RGB value is (91,80,17). Sum of RGB (Red+Green+Blue) = 91+80+17=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5011 is #A4AFEE. Grayscale: #4C4C4C. Windows color (decimal): -10792943 or 1134683. OLE color: 1134683.
HSL color Cylindrical-coordinate representation of color #5B5011: hue angle of 51.08º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B5011 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 80 | 17 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.64 |
| HSL | 51.08º | 0.69% | 0.21% | - |
| HSV(B) | 51.08º | 0.81% | 0.36% | - |
| XYZ | 7.28 | 8 | 1.69 | - |
| YUV | 76.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 17 | 0 | 0.12 | 0.81 | 0.64 | 51.08 | 0.69 | 0.21 |
| Hex | 5B | 50 | 11 | 0 | C | 51 | 40 | 33 | 45 | 15 |
| Octal | 133 | 120 | 21 | 0 | 14 | 121 | 100 | 63 | 105 | 25 |
| Binary | 1011011 | 1010000 | 10001 | 0 | 1100 | 1010001 | 1000000 | 110011 | 1000101 | 10101 |
Color Harmonies of #5B5011
Complementary color
Monochromatic Colors of #5B5011
Black with #5B5011
Text Example
Text Example
White with #5B5011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5011; }
p { color: rgb(91,80,17); }
H1.HeaderClassName
{
color: #5B5011;
}
.AnyTagClassName
{
color: #5B5011;
}
</style>
background-color css
<style>
a { background-color: #5B5011; }
a { background-color: rgb(91,80,17); }
div.DivClassName
{
background-color: #5B5011;
}
.BgClassName
{
background-color: #5B5011;
}
</style>
border-color css
<style>
span { border-color: #5B5011; }
span { border-color: rgb(91,80,17); }
td.TdClassName
{
border-color: #5B5011;
}
.TagClassName
{
border-color: #5B5011;
}
</style>