#58573F

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

Shades of Verdigris #58573F

Tints of Verdigris #58573F

Color information

#58573F (or 0x58573F) is unknown color: approx Verdigris. HEX triplet: 58, 57 and 3F. RGB value is (88,87,63). Sum of RGB (Red+Green+Blue) = 88+87+63=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #58573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573F is #A7A8C0. Grayscale: #545454. Windows color (decimal): -10987713 or 4151128. OLE color: 4151128.

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

Color convert

RGB888763-
CMYK00.010.280.65
HSL57.6º16.56%29.61%-
HSV(B)57.6º28.41%34.51%-
XYZ8.339.256.05-
YUV84.56115.83130.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 63 (25% from 255) = 26.47%
R=36.97%
G=36.55%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876300.010.280.6557.616.5629.61
Hex58573F011C413a111e
Octal130127770134101722136
Binary10110001010111111111011110010000011110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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