Shades of Bronze Olive #565008
Tints of Bronze Olive #565008
RGB
CMYK
RGB Variations
Color information
#565008 (or 0x565008) is known color: Bronze Olive. HEX triplet: 56, 50 and 08. RGB value is (86,80,8). Sum of RGB (Red+Green+Blue) = 86+80+8=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #565008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565008 is #A9AFF7. Grayscale: #494949. Windows color (decimal): -11120632 or 544854. OLE color: 544854.
HSL color Cylindrical-coordinate representation of color #565008: hue angle of 55.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #565008 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 8 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.66 |
| HSL | 55.38º | 0.83% | 0.18% | - |
| HSV(B) | 55.38º | 0.91% | 0.34% | - |
| XYZ | 6.75 | 7.73 | 1.37 | - |
| YUV | 73.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 8 | 0 | 0.07 | 0.91 | 0.66 | 55.38 | 0.83 | 0.18 |
| Hex | 56 | 50 | 8 | 0 | 7 | 5B | 42 | 37 | 53 | 12 |
| Octal | 126 | 120 | 10 | 0 | 7 | 133 | 102 | 67 | 123 | 22 |
| Binary | 1010110 | 1010000 | 1000 | 0 | 111 | 1011011 | 1000010 | 110111 | 1010011 | 10010 |
Color Harmonies of #565008
Complementary color
Monochromatic Colors of #565008
Black with #565008
Text Example
Text Example
White with #565008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565008; }
p { color: rgb(86,80,8); }
H1.HeaderClassName
{
color: #565008;
}
.AnyTagClassName
{
color: #565008;
}
</style>
background-color css
<style>
a { background-color: #565008; }
a { background-color: rgb(86,80,8); }
div.DivClassName
{
background-color: #565008;
}
.BgClassName
{
background-color: #565008;
}
</style>
border-color css
<style>
span { border-color: #565008; }
span { border-color: rgb(86,80,8); }
td.TdClassName
{
border-color: #565008;
}
.TagClassName
{
border-color: #565008;
}
</style>