#58573C

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

Shades of Verdigris #58573C

Tints of Verdigris #58573C

Color information

#58573C (or 0x58573C) is unknown color: approx Verdigris. HEX triplet: 58, 57 and 3C. RGB value is (88,87,60). Sum of RGB (Red+Green+Blue) = 88+87+60=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573C is #A7A8C3. Grayscale: #545454. Windows color (decimal): -10987716 or 3954520. OLE color: 3954520.

HSL color Cylindrical-coordinate representation of color #58573C: hue angle of 57.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58573C is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB888760-
CMYK00.010.320.65
HSL57.86º18.92%29.02%-
HSV(B)57.86º31.82%34.51%-
XYZ8.259.225.62-
YUV84.22114.33130.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=37.45%
G=37.02%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876000.010.320.6557.8618.9229.02
Hex58573C0120413a131d
Octal130127740140101722335
Binary101100010101111111000110000010000011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58573C; }

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

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

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

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

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

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

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

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