#57573E

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

Shades of Verdigris #57573E

Tints of Verdigris #57573E

Color information

#57573E (or 0x57573E) is unknown color: approx Verdigris. HEX triplet: 57, 57 and 3E. RGB value is (87,87,62). Sum of RGB (Red+Green+Blue) = 87+87+62=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57573E is #A8A8C1. Grayscale: #545454. Windows color (decimal): -11053250 or 4085591. OLE color: 4085591.

HSL color Cylindrical-coordinate representation of color #57573E: hue angle of 60º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57573E is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB878762-
CMYK000.290.66
HSL60º16.78%29.22%-
HSV(B)60º28.74%34.12%-
XYZ8.219.195.9-
YUV84.15115.5130.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=36.86%
G=36.86%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878762000.290.666016.7829.22
Hex57573E001D423c111d
Octal127127760035102742135
Binary10101111010111111110001110110000101111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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