#585740

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

Shades of Verdigris #585740

Tints of Verdigris #585740

Color information

#585740 (or 0x585740) is unknown color: approx Verdigris. HEX triplet: 58, 57 and 40. RGB value is (88,87,64). Sum of RGB (Red+Green+Blue) = 88+87+64=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585740 is #A7A8BF. Grayscale: #545454. Windows color (decimal): -10987712 or 4216664. OLE color: 4216664.

HSL color Cylindrical-coordinate representation of color #585740: hue angle of 57.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585740 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB888764-
CMYK00.010.270.65
HSL57.5º15.79%29.8%-
HSV(B)57.5º27.27%34.51%-
XYZ8.369.266.2-
YUV84.68116.33130.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=36.82%
G=36.40%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876400.010.270.6557.515.7929.8
Hex585740011B413a101e
Octal1301271000133101722036
Binary101100010101111000000011101110000011110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585740; }

 p { color: rgb(88,87,64); }

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

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

 a { background-color: rgb(88,87,64); }

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

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

 span { border-color: rgb(88,87,64); }

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