#57563C

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

Shades of Verdigris #57563C

Tints of Verdigris #57563C

Color information

#57563C (or 0x57563C) is unknown color: approx Verdigris. HEX triplet: 57, 56 and 3C. RGB value is (87,86,60). Sum of RGB (Red+Green+Blue) = 87+86+60=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #57563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57563C is #A8A9C3. Grayscale: #535353. Windows color (decimal): -11053508 or 3954263. OLE color: 3954263.

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

Color convert

RGB878660-
CMYK00.010.310.66
HSL57.78º18.37%28.82%-
HSV(B)57.78º31.03%34.12%-
XYZ8.079.015.59-
YUV83.34114.83130.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=37.34%
G=36.91%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87866000.010.310.6657.7818.3728.82
Hex57563C011F423a121d
Octal127126740137102722235
Binary10101111010110111100011111110000101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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