#5B5D41

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

Shades of Verdigris #5B5D41

Tints of Verdigris #5B5D41

Color information

#5B5D41 (or 0x5B5D41) is unknown color: approx Verdigris. HEX triplet: 5B, 5D and 41. RGB value is (91,93,65). Sum of RGB (Red+Green+Blue) = 91+93+65=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D41 is #A4A2BE. Grayscale: #595959. Windows color (decimal): -10789567 or 4283739. OLE color: 4283739.

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

Color convert

RGB919365-
CMYK0.0200.300.64
HSL64.29º17.72%30.98%-
HSV(B)64.29º30.11%36.47%-
XYZ9.1810.436.53-
YUV89.21114.34129.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=36.55%
G=37.35%
B=26.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9193650.0200.300.6464.2917.7230.98
Hex5B5D41201E4040121f
Octal13313510120361001002237
Binary10110111011101100000110011110100000010000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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