Shades of Bronze Olive #555119
Tints of Bronze Olive #555119
RGB
CMYK
RGB Variations
Color information
#555119 (or 0x555119) is known color: Bronze Olive. HEX triplet: 55, 51 and 19. RGB value is (85,81,25). Sum of RGB (Red+Green+Blue) = 85+81+25=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #555119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555119 is #AAAEE6. Grayscale: #4C4C4C. Windows color (decimal): -11185895 or 1659221. OLE color: 1659221.
HSL color Cylindrical-coordinate representation of color #555119: hue angle of 56º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #555119 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 25 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.67 |
| HSL | 56º | 0.55% | 0.22% | - |
| HSV(B) | 56º | 0.71% | 0.33% | - |
| XYZ | 6.86 | 7.89 | 2.08 | - |
| YUV | 75.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 25 | 0 | 0.05 | 0.71 | 0.67 | 56 | 0.55 | 0.22 |
| Hex | 55 | 51 | 19 | 0 | 5 | 47 | 43 | 38 | 37 | 16 |
| Octal | 125 | 121 | 31 | 0 | 5 | 107 | 103 | 70 | 67 | 26 |
| Binary | 1010101 | 1010001 | 11001 | 0 | 101 | 1000111 | 1000011 | 111000 | 110111 | 10110 |
Color Harmonies of #555119
Complementary color
Monochromatic Colors of #555119
Black with #555119
Text Example
Text Example
White with #555119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555119; }
p { color: rgb(85,81,25); }
H1.HeaderClassName
{
color: #555119;
}
.AnyTagClassName
{
color: #555119;
}
</style>
background-color css
<style>
a { background-color: #555119; }
a { background-color: rgb(85,81,25); }
div.DivClassName
{
background-color: #555119;
}
.BgClassName
{
background-color: #555119;
}
</style>
border-color css
<style>
span { border-color: #555119; }
span { border-color: rgb(85,81,25); }
td.TdClassName
{
border-color: #555119;
}
.TagClassName
{
border-color: #555119;
}
</style>