Shades of Bronze Olive #565019
Tints of Bronze Olive #565019
RGB
CMYK
RGB Variations
Color information
#565019 (or 0x565019) is known color: Bronze Olive. HEX triplet: 56, 50 and 19. RGB value is (86,80,25). Sum of RGB (Red+Green+Blue) = 86+80+25=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #565019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565019 is #A9AFE6. Grayscale: #4B4B4B. Windows color (decimal): -11120615 or 1658966. OLE color: 1658966.
HSL color Cylindrical-coordinate representation of color #565019: hue angle of 54.1º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #565019 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 25 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.66 |
| HSL | 54.1º | 0.55% | 0.22% | - |
| HSV(B) | 54.1º | 0.71% | 0.34% | - |
| XYZ | 6.88 | 7.79 | 2.06 | - |
| YUV | 75.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 25 | 0 | 0.07 | 0.71 | 0.66 | 54.1 | 0.55 | 0.22 |
| Hex | 56 | 50 | 19 | 0 | 7 | 47 | 42 | 36 | 37 | 16 |
| Octal | 126 | 120 | 31 | 0 | 7 | 107 | 102 | 66 | 67 | 26 |
| Binary | 1010110 | 1010000 | 11001 | 0 | 111 | 1000111 | 1000010 | 110110 | 110111 | 10110 |
Color Harmonies of #565019
Complementary color
Monochromatic Colors of #565019
Black with #565019
Text Example
Text Example
White with #565019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565019; }
p { color: rgb(86,80,25); }
H1.HeaderClassName
{
color: #565019;
}
.AnyTagClassName
{
color: #565019;
}
</style>
background-color css
<style>
a { background-color: #565019; }
a { background-color: rgb(86,80,25); }
div.DivClassName
{
background-color: #565019;
}
.BgClassName
{
background-color: #565019;
}
</style>
border-color css
<style>
span { border-color: #565019; }
span { border-color: rgb(86,80,25); }
td.TdClassName
{
border-color: #565019;
}
.TagClassName
{
border-color: #565019;
}
</style>