Shades of Bronze Olive #555019
Tints of Bronze Olive #555019
RGB
CMYK
RGB Variations
Color information
#555019 (or 0x555019) is known color: Bronze Olive. HEX triplet: 55, 50 and 19. RGB value is (85,80,25). Sum of RGB (Red+Green+Blue) = 85+80+25=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #555019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555019 is #AAAFE6. Grayscale: #4B4B4B. Windows color (decimal): -11186151 or 1658965. OLE color: 1658965.
HSL color Cylindrical-coordinate representation of color #555019: hue angle of 55º 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 #555019 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 25 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.67 |
| HSL | 55º | 0.55% | 0.22% | - |
| HSV(B) | 55º | 0.71% | 0.33% | - |
| XYZ | 6.79 | 7.74 | 2.06 | - |
| YUV | 75.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 25 | 0 | 0.06 | 0.71 | 0.67 | 55 | 0.55 | 0.22 |
| Hex | 55 | 50 | 19 | 0 | 6 | 47 | 43 | 37 | 37 | 16 |
| Octal | 125 | 120 | 31 | 0 | 6 | 107 | 103 | 67 | 67 | 26 |
| Binary | 1010101 | 1010000 | 11001 | 0 | 110 | 1000111 | 1000011 | 110111 | 110111 | 10110 |
Color Harmonies of #555019
Complementary color
Monochromatic Colors of #555019
Black with #555019
Text Example
Text Example
White with #555019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555019; }
p { color: rgb(85,80,25); }
H1.HeaderClassName
{
color: #555019;
}
.AnyTagClassName
{
color: #555019;
}
</style>
background-color css
<style>
a { background-color: #555019; }
a { background-color: rgb(85,80,25); }
div.DivClassName
{
background-color: #555019;
}
.BgClassName
{
background-color: #555019;
}
</style>
border-color css
<style>
span { border-color: #555019; }
span { border-color: rgb(85,80,25); }
td.TdClassName
{
border-color: #555019;
}
.TagClassName
{
border-color: #555019;
}
</style>