Shades of Bronze Olive #5D5002
Tints of Bronze Olive #5D5002
RGB
CMYK
RGB Variations
Color information
#5D5002 (or 0x5D5002) is known color: Bronze Olive. HEX triplet: 5D, 50 and 02. RGB value is (93,80,2). Sum of RGB (Red+Green+Blue) = 93+80+2=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5002 is #A2AFFD. Grayscale: #4B4B4B. Windows color (decimal): -10661886 or 151645. OLE color: 151645.
HSL color Cylindrical-coordinate representation of color #5D5002: hue angle of 51.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D5002 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.64 |
| HSL | 51.43º | 0.96% | 0.19% | - |
| HSV(B) | 51.43º | 0.98% | 0.36% | - |
| XYZ | 7.39 | 8.07 | 1.23 | - |
| YUV | 75 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 2 | 0 | 0.14 | 0.98 | 0.64 | 51.43 | 0.96 | 0.19 |
| Hex | 5D | 50 | 2 | 0 | E | 62 | 40 | 33 | 60 | 13 |
| Octal | 135 | 120 | 2 | 0 | 16 | 142 | 100 | 63 | 140 | 23 |
| Binary | 1011101 | 1010000 | 10 | 0 | 1110 | 1100010 | 1000000 | 110011 | 1100000 | 10011 |
Color Harmonies of #5D5002
Complementary color
Monochromatic Colors of #5D5002
Black with #5D5002
Text Example
Text Example
White with #5D5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5002; }
p { color: rgb(93,80,2); }
H1.HeaderClassName
{
color: #5D5002;
}
.AnyTagClassName
{
color: #5D5002;
}
</style>
background-color css
<style>
a { background-color: #5D5002; }
a { background-color: rgb(93,80,2); }
div.DivClassName
{
background-color: #5D5002;
}
.BgClassName
{
background-color: #5D5002;
}
</style>
border-color css
<style>
span { border-color: #5D5002; }
span { border-color: rgb(93,80,2); }
td.TdClassName
{
border-color: #5D5002;
}
.TagClassName
{
border-color: #5D5002;
}
</style>