Shades of Bronze Olive #555017
Tints of Bronze Olive #555017
RGB
CMYK
RGB Variations
Color information
#555017 (or 0x555017) is known color: Bronze Olive. HEX triplet: 55, 50 and 17. RGB value is (85,80,23). Sum of RGB (Red+Green+Blue) = 85+80+23=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #555017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555017 is #AAAFE8. Grayscale: #4B4B4B. Windows color (decimal): -11186153 or 1527893. OLE color: 1527893.
HSL color Cylindrical-coordinate representation of color #555017: hue angle of 55.16º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #555017 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 23 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.67 |
| HSL | 55.16º | 0.57% | 0.21% | - |
| HSV(B) | 55.16º | 0.73% | 0.33% | - |
| XYZ | 6.77 | 7.73 | 1.95 | - |
| YUV | 75 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 23 | 0 | 0.06 | 0.73 | 0.67 | 55.16 | 0.57 | 0.21 |
| Hex | 55 | 50 | 17 | 0 | 6 | 49 | 43 | 37 | 39 | 15 |
| Octal | 125 | 120 | 27 | 0 | 6 | 111 | 103 | 67 | 71 | 25 |
| Binary | 1010101 | 1010000 | 10111 | 0 | 110 | 1001001 | 1000011 | 110111 | 111001 | 10101 |
Color Harmonies of #555017
Complementary color
Monochromatic Colors of #555017
Black with #555017
Text Example
Text Example
White with #555017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555017; }
p { color: rgb(85,80,23); }
H1.HeaderClassName
{
color: #555017;
}
.AnyTagClassName
{
color: #555017;
}
</style>
background-color css
<style>
a { background-color: #555017; }
a { background-color: rgb(85,80,23); }
div.DivClassName
{
background-color: #555017;
}
.BgClassName
{
background-color: #555017;
}
</style>
border-color css
<style>
span { border-color: #555017; }
span { border-color: rgb(85,80,23); }
td.TdClassName
{
border-color: #555017;
}
.TagClassName
{
border-color: #555017;
}
</style>