#585001

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

Shades of Bronze Olive #585001

Tints of Bronze Olive #585001

Color information

#585001 (or 0x585001) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 01. RGB value is (88,80,1). Sum of RGB (Red+Green+Blue) = 88+80+1=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #585001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585001 is #A7AFFE. Grayscale: #494949. Windows color (decimal): -10989567 or 86104. OLE color: 86104.

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

Color convert

RGB88801-
CMYK00.090.990.65
HSL54.48º97.75%17.45%-
HSV(B)54.48º98.86%34.51%-
XYZ6.97.811.17-
YUV73.3987.15138.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=52.07%
G=47.34%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8880100.090.990.6554.4897.7517.45
Hex58501096341366211
Octal13012010111431016614221
Binary1011000101000010100111000111000001110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585001; }

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

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

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

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

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

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

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

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