#5D5D4A

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

Shades of Verdigris #5D5D4A

Tints of Verdigris #5D5D4A

Color information

#5D5D4A (or 0x5D5D4A) is unknown color: approx Verdigris. HEX triplet: 5D, 5D and 4A. RGB value is (93,93,74). Sum of RGB (Red+Green+Blue) = 93+93+74=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 93 - color contains mainly: red, green. Hex color #5D5D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5D4A is #A2A2B5. Grayscale: #5A5A5A. Windows color (decimal): -10658486 or 4873565. OLE color: 4873565.

HSL color Cylindrical-coordinate representation of color #5D5D4A: hue angle of 60º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D5D4A is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB939374-
CMYK000.200.64
HSL60º11.38%32.75%-
HSV(B)60º20.43%36.47%-
XYZ9.6610.658.02-
YUV90.83118.5129.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=35.77%
G=35.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal939374000.200.646011.3832.75
Hex5D5D4A0014403cb21
Octal1351351120024100741341
Binary101110110111011001010001010010000001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,93,74); }

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

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

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

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

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

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

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