#5B5D40

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

Shades of Verdigris #5B5D40

Tints of Verdigris #5B5D40

Color information

#5B5D40 (or 0x5B5D40) is unknown color: approx Verdigris. HEX triplet: 5B, 5D and 40. RGB value is (91,93,64). Sum of RGB (Red+Green+Blue) = 91+93+64=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D40 is #A4A2BF. Grayscale: #595959. Windows color (decimal): -10789568 or 4218203. OLE color: 4218203.

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

Color convert

RGB919364-
CMYK0.0200.310.64
HSL64.14º18.47%30.78%-
HSV(B)64.14º31.18%36.47%-
XYZ9.1510.426.38-
YUV89.1113.84129.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=36.69%
G=37.5%
B=25.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9193640.0200.310.6464.1418.4730.78
Hex5B5D40201F4040121f
Octal13313510020371001002237
Binary10110111011101100000010011111100000010000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,64); }

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

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

 a { background-color: rgb(91,93,64); }

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

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

 span { border-color: rgb(91,93,64); }

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