Shades of Bronze Olive #585111
Tints of Bronze Olive #585111
RGB
CMYK
RGB Variations
Color information
#585111 (or 0x585111) is known color: Bronze Olive. HEX triplet: 58, 51 and 11. RGB value is (88,81,17). Sum of RGB (Red+Green+Blue) = 88+81+17=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #585111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585111 is #A7AEEE. Grayscale: #4C4C4C. Windows color (decimal): -10989295 or 1134936. OLE color: 1134936.
HSL color Cylindrical-coordinate representation of color #585111: hue angle of 54.08º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #585111 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 17 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.65 |
| HSL | 54.08º | 0.68% | 0.21% | - |
| HSV(B) | 54.08º | 0.81% | 0.35% | - |
| XYZ | 7.07 | 8 | 1.7 | - |
| YUV | 75.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 17 | 0 | 0.08 | 0.81 | 0.65 | 54.08 | 0.68 | 0.21 |
| Hex | 58 | 51 | 11 | 0 | 8 | 51 | 41 | 36 | 44 | 15 |
| Octal | 130 | 121 | 21 | 0 | 10 | 121 | 101 | 66 | 104 | 25 |
| Binary | 1011000 | 1010001 | 10001 | 0 | 1000 | 1010001 | 1000001 | 110110 | 1000100 | 10101 |
Color Harmonies of #585111
Complementary color
Monochromatic Colors of #585111
Black with #585111
Text Example
Text Example
White with #585111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585111; }
p { color: rgb(88,81,17); }
H1.HeaderClassName
{
color: #585111;
}
.AnyTagClassName
{
color: #585111;
}
</style>
background-color css
<style>
a { background-color: #585111; }
a { background-color: rgb(88,81,17); }
div.DivClassName
{
background-color: #585111;
}
.BgClassName
{
background-color: #585111;
}
</style>
border-color css
<style>
span { border-color: #585111; }
span { border-color: rgb(88,81,17); }
td.TdClassName
{
border-color: #585111;
}
.TagClassName
{
border-color: #585111;
}
</style>