#5D5D4B

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

Shades of Verdigris #5D5D4B

Tints of Verdigris #5D5D4B

Color information

#5D5D4B (or 0x5D5D4B) is unknown color: approx Verdigris. HEX triplet: 5D, 5D and 4B. RGB value is (93,93,75). Sum of RGB (Red+Green+Blue) = 93+93+75=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 93 - color contains mainly: red, green. Hex color #5D5D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5D4B is #A2A2B4. Grayscale: #5B5B5B. Windows color (decimal): -10658485 or 4939101. OLE color: 4939101.

HSL color Cylindrical-coordinate representation of color #5D5D4B: 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.19%. Process color model (Four color, CMYK) of #5D5D4B is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB939375-
CMYK000.190.64
HSL60º10.71%32.94%-
HSV(B)60º19.35%36.47%-
XYZ9.710.668.2-
YUV90.95119129.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.63%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=35.63%
G=35.63%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal939375000.190.646010.7132.94
Hex5D5D4B0013403cb21
Octal1351351130023100741341
Binary101110110111011001011001001110000001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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