Shades of Bronze Olive #555223
Tints of Bronze Olive #555223
RGB
CMYK
RGB Variations
Color information
#555223 (or 0x555223) is known color: Bronze Olive. HEX triplet: 55, 52 and 23. RGB value is (85,82,35). Sum of RGB (Red+Green+Blue) = 85+82+35=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #555223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555223 is #AAADDC. Grayscale: #4D4D4D. Windows color (decimal): -11185629 or 2314837. OLE color: 2314837.
HSL color Cylindrical-coordinate representation of color #555223: hue angle of 56.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555223 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 35 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.67 |
| HSL | 56.4º | 0.42% | 0.24% | - |
| HSV(B) | 56.4º | 0.59% | 0.33% | - |
| XYZ | 7.07 | 8.09 | 2.78 | - |
| YUV | 77.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 35 | 0 | 0.04 | 0.59 | 0.67 | 56.4 | 0.42 | 0.24 |
| Hex | 55 | 52 | 23 | 0 | 4 | 3B | 43 | 38 | 2A | 18 |
| Octal | 125 | 122 | 43 | 0 | 4 | 73 | 103 | 70 | 52 | 30 |
| Binary | 1010101 | 1010010 | 100011 | 0 | 100 | 111011 | 1000011 | 111000 | 101010 | 11000 |
Color Harmonies of #555223
Complementary color
Monochromatic Colors of #555223
Black with #555223
Text Example
Text Example
White with #555223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555223; }
p { color: rgb(85,82,35); }
H1.HeaderClassName
{
color: #555223;
}
.AnyTagClassName
{
color: #555223;
}
</style>
background-color css
<style>
a { background-color: #555223; }
a { background-color: rgb(85,82,35); }
div.DivClassName
{
background-color: #555223;
}
.BgClassName
{
background-color: #555223;
}
</style>
border-color css
<style>
span { border-color: #555223; }
span { border-color: rgb(85,82,35); }
td.TdClassName
{
border-color: #555223;
}
.TagClassName
{
border-color: #555223;
}
</style>