#58573D

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

Shades of Verdigris #58573D

Tints of Verdigris #58573D

Color information

#58573D (or 0x58573D) is unknown color: approx Verdigris. HEX triplet: 58, 57 and 3D. RGB value is (88,87,61). Sum of RGB (Red+Green+Blue) = 88+87+61=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573D is #A7A8C2. Grayscale: #545454. Windows color (decimal): -10987715 or 4020056. OLE color: 4020056.

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

Color convert

RGB888761-
CMYK00.010.310.65
HSL57.78º18.12%29.22%-
HSV(B)57.78º30.68%34.51%-
XYZ8.289.235.76-
YUV84.34114.83130.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=37.29%
G=36.86%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876100.010.310.6557.7818.1229.22
Hex58573D011F413a121d
Octal130127750137101722235
Binary10110001010111111101011111110000011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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