Shades of Bronze Olive #585017
Tints of Bronze Olive #585017
RGB
CMYK
RGB Variations
Color information
#585017 (or 0x585017) is known color: Bronze Olive. HEX triplet: 58, 50 and 17. RGB value is (88,80,23). Sum of RGB (Red+Green+Blue) = 88+80+23=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585017 is #A7AFE8. Grayscale: #4C4C4C. Windows color (decimal): -10989545 or 1527896. OLE color: 1527896.
HSL color Cylindrical-coordinate representation of color #585017: hue angle of 52.62º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #585017 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 23 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.65 |
| HSL | 52.62º | 0.59% | 0.22% | - |
| HSV(B) | 52.62º | 0.74% | 0.35% | - |
| XYZ | 7.05 | 7.87 | 1.96 | - |
| YUV | 75.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 23 | 0 | 0.09 | 0.74 | 0.65 | 52.62 | 0.59 | 0.22 |
| Hex | 58 | 50 | 17 | 0 | 9 | 4A | 41 | 35 | 3B | 16 |
| Octal | 130 | 120 | 27 | 0 | 11 | 112 | 101 | 65 | 73 | 26 |
| Binary | 1011000 | 1010000 | 10111 | 0 | 1001 | 1001010 | 1000001 | 110101 | 111011 | 10110 |
Color Harmonies of #585017
Complementary color
Monochromatic Colors of #585017
Black with #585017
Text Example
Text Example
White with #585017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585017; }
p { color: rgb(88,80,23); }
H1.HeaderClassName
{
color: #585017;
}
.AnyTagClassName
{
color: #585017;
}
</style>
background-color css
<style>
a { background-color: #585017; }
a { background-color: rgb(88,80,23); }
div.DivClassName
{
background-color: #585017;
}
.BgClassName
{
background-color: #585017;
}
</style>
border-color css
<style>
span { border-color: #585017; }
span { border-color: rgb(88,80,23); }
td.TdClassName
{
border-color: #585017;
}
.TagClassName
{
border-color: #585017;
}
</style>