Shades of Bronze Olive #585104
Tints of Bronze Olive #585104
RGB
CMYK
RGB Variations
Color information
#585104 (or 0x585104) is known color: Bronze Olive. HEX triplet: 58, 51 and 04. RGB value is (88,81,4). Sum of RGB (Red+Green+Blue) = 88+81+4=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #585104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585104 is #A7AEFB. Grayscale: #4A4A4A. Windows color (decimal): -10989308 or 282968. OLE color: 282968.
HSL color Cylindrical-coordinate representation of color #585104: hue angle of 55º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #585104 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 4 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.65 |
| HSL | 55º | 0.91% | 0.18% | - |
| HSV(B) | 55º | 0.95% | 0.35% | - |
| XYZ | 6.99 | 7.97 | 1.28 | - |
| YUV | 74.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 4 | 0 | 0.08 | 0.95 | 0.65 | 55 | 0.91 | 0.18 |
| Hex | 58 | 51 | 4 | 0 | 8 | 5F | 41 | 37 | 5B | 12 |
| Octal | 130 | 121 | 4 | 0 | 10 | 137 | 101 | 67 | 133 | 22 |
| Binary | 1011000 | 1010001 | 100 | 0 | 1000 | 1011111 | 1000001 | 110111 | 1011011 | 10010 |
Color Harmonies of #585104
Complementary color
Monochromatic Colors of #585104
Black with #585104
Text Example
Text Example
White with #585104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585104; }
p { color: rgb(88,81,4); }
H1.HeaderClassName
{
color: #585104;
}
.AnyTagClassName
{
color: #585104;
}
</style>
background-color css
<style>
a { background-color: #585104; }
a { background-color: rgb(88,81,4); }
div.DivClassName
{
background-color: #585104;
}
.BgClassName
{
background-color: #585104;
}
</style>
border-color css
<style>
span { border-color: #585104; }
span { border-color: rgb(88,81,4); }
td.TdClassName
{
border-color: #585104;
}
.TagClassName
{
border-color: #585104;
}
</style>