#585005

Color #585005 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #585005

Tints of Bronze Olive #585005

Color information

#585005 (or 0x585005) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 05. RGB value is (88,80,5). Sum of RGB (Red+Green+Blue) = 88+80+5=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #585005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585005 is #A7AFFA. Grayscale: #4A4A4A. Windows color (decimal): -10989563 or 348248. OLE color: 348248.

HSL color Cylindrical-coordinate representation of color #585005: hue angle of 54.22º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #585005 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB88805-
CMYK00.090.940.65
HSL54.22º89.25%18.24%-
HSV(B)54.22º94.32%34.51%-
XYZ6.927.821.29-
YUV73.8489.15138.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=50.87%
G=46.24%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8880500.090.940.6554.2289.2518.24
Hex58505095E41365912
Octal13012050111361016613122
Binary101100010100001010100110111101000001110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585005; }

 p { color: rgb(88,80,5); }

 H1.HeaderClassName
 {
   color: #585005;
 }
 .AnyTagClassName
 {
   color: #585005;
 }
</style>
background-color css

<style>
 a { background-color: #585005; }

 a { background-color: rgb(88,80,5); }

 div.DivClassName
 {
   background-color: #585005;
 }
 .BgClassName
 {
   background-color: #585005;
 }
</style>
border-color css

<style>
 span { border-color: #585005; }

 span { border-color: rgb(88,80,5); }

 td.TdClassName
 {
   border-color: #585005;
 }
 .TagClassName
 {
   border-color: #585005;
 }
</style>