#56563F

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

Shades of Verdigris #56563F

Tints of Verdigris #56563F

Color information

#56563F (or 0x56563F) is unknown color: approx Verdigris. HEX triplet: 56, 56 and 3F. RGB value is (86,86,63). Sum of RGB (Red+Green+Blue) = 86+86+63=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56563F is #A9A9C0. Grayscale: #535353. Windows color (decimal): -11119041 or 4150870. OLE color: 4150870.

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

Color convert

RGB868663-
CMYK000.270.66
HSL60º15.44%29.22%-
HSV(B)60º26.74%33.73%-
XYZ8.068.996.01-
YUV83.38116.5129.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 63 (25% from 255) = 26.81%
R=36.60%
G=36.60%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868663000.270.666015.4429.22
Hex56563F001B423cf1d
Octal126126770033102741735
Binary1010110101011011111100110111000010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,86,63); }

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

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

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

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

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

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

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