#585003

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

Shades of Bronze Olive #585003

Tints of Bronze Olive #585003

Color information

#585003 (or 0x585003) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 03. RGB value is (88,80,3). Sum of RGB (Red+Green+Blue) = 88+80+3=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #585003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585003 is #A7AFFC. Grayscale: #494949. Windows color (decimal): -10989565 or 217176. OLE color: 217176.

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

Color convert

RGB88803-
CMYK00.090.970.65
HSL54.35º93.41%17.84%-
HSV(B)54.35º96.59%34.51%-
XYZ6.917.821.23-
YUV73.6188.15138.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=51.46%
G=46.78%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8880300.090.970.6554.3593.4117.84
Hex58503096141365d12
Octal13012030111411016613522
Binary10110001010000110100111000011000001110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585003; }

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

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

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

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

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

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

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

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