#58573E

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

Shades of Verdigris #58573E

Tints of Verdigris #58573E

Color information

#58573E (or 0x58573E) is unknown color: approx Verdigris. HEX triplet: 58, 57 and 3E. RGB value is (88,87,62). Sum of RGB (Red+Green+Blue) = 88+87+62=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573E is #A7A8C1. Grayscale: #545454. Windows color (decimal): -10987714 or 4085592. OLE color: 4085592.

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

Color convert

RGB888762-
CMYK00.010.300.65
HSL57.69º17.33%29.41%-
HSV(B)57.69º29.55%34.51%-
XYZ8.39.245.9-
YUV84.45115.33130.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=37.13%
G=36.71%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876200.010.300.6557.6917.3329.41
Hex58573E011E413a111d
Octal130127760136101722135
Binary10110001010111111110011111010000011110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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