#5B593C

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

Shades of Verdigris #5B593C

Tints of Verdigris #5B593C

Color information

#5B593C (or 0x5B593C) is unknown color: approx Verdigris. HEX triplet: 5B, 59 and 3C. RGB value is (91,89,60). Sum of RGB (Red+Green+Blue) = 91+89+60=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B593C is #A4A6C3. Grayscale: #565656. Windows color (decimal): -10790596 or 3955035. OLE color: 3955035.

HSL color Cylindrical-coordinate representation of color #5B593C: hue angle of 56.13º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B593C is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB918960-
CMYK00.020.340.64
HSL56.13º20.53%29.61%-
HSV(B)56.13º34.07%35.69%-
XYZ8.79.75.69-
YUV86.29113.16131.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 60 (23.83% from 255) = 25%
R=37.92%
G=37.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91896000.020.340.6456.1320.5329.61
Hex5B593C02224038151e
Octal133131740242100702536
Binary1011011101100111110001010001010000001110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B593C; }

 p { color: rgb(91,89,60); }

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

<style>
 a { background-color: #5B593C; }

 a { background-color: rgb(91,89,60); }

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

<style>
 span { border-color: #5B593C; }

 span { border-color: rgb(91,89,60); }

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