#5D5C58

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

Shades of Storm Dust #5D5C58

Tints of Storm Dust #5D5C58

Color information

#5D5C58 (or 0x5D5C58) is unknown color: approx Storm Dust. HEX triplet: 5D, 5C and 58. RGB value is (93,92,88). Sum of RGB (Red+Green+Blue) = 93+92+88=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5C58 is #A2A3A7. Grayscale: #5B5B5B. Windows color (decimal): -10658728 or 5790813. OLE color: 5790813.

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

Color convert

RGB939288-
CMYK00.010.050.64
HSL48º2.76%35.49%-
HSV(B)48º5.38%36.47%-
XYZ10.110.6910.76-
YUV91.84125.83128.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=34.07%
G=33.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93928800.010.050.64482.7635.49
Hex5D5C580154030323
Octal13513413001510060343
Binary10111011011100101100001101100000011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,92,88); }

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

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

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

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

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

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

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