#57563D

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

Shades of Verdigris #57563D

Tints of Verdigris #57563D

Color information

#57563D (or 0x57563D) is unknown color: approx Verdigris. HEX triplet: 57, 56 and 3D. RGB value is (87,86,61). Sum of RGB (Red+Green+Blue) = 87+86+61=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #57563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57563D is #A8A9C2. Grayscale: #535353. Windows color (decimal): -11053507 or 4019799. OLE color: 4019799.

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

Color convert

RGB878661-
CMYK00.010.300.66
HSL57.69º17.57%29.02%-
HSV(B)57.69º29.89%34.12%-
XYZ8.19.025.73-
YUV83.45115.33130.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=37.18%
G=36.75%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87866100.010.300.6657.6917.5729.02
Hex57563D011E423a121d
Octal127126750136102722235
Binary10101111010110111101011111010000101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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