#5D5D57

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

Shades of Storm Dust #5D5D57

Tints of Storm Dust #5D5D57

Color information

#5D5D57 (or 0x5D5D57) is unknown color: approx Storm Dust. HEX triplet: 5D, 5D and 57. RGB value is (93,93,87). Sum of RGB (Red+Green+Blue) = 93+93+87=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 93 - color contains mainly: red, green. Hex color #5D5D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D57 is #A2A2A8. Grayscale: #5C5C5C. Windows color (decimal): -10658473 or 5725533. OLE color: 5725533.

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

Color convert

RGB939387-
CMYK000.060.64
HSL60º3.33%35.29%-
HSV(B)60º6.45%36.47%-
XYZ10.1510.8410.58-
YUV92.32125128.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=34.07%
G=34.07%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal939387000.060.64603.3335.29
Hex5D5D57006403c323
Octal13513512700610074343
Binary10111011011101101011100110100000011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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