#605F5C

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

Shades of Storm Dust #605F5C

Tints of Storm Dust #605F5C

Color information

#605F5C (or 0x605F5C) is unknown color: approx Storm Dust. HEX triplet: 60, 5F and 5C. RGB value is (96,95,92). Sum of RGB (Red+Green+Blue) = 96+95+92=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 96 - color contains mainly: red. Hex color #605F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F5C is #9FA0A3. Grayscale: #5E5E5E. Windows color (decimal): -10461348 or 6053728. OLE color: 6053728.

HSL color Cylindrical-coordinate representation of color #605F5C: hue angle of 45º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #605F5C is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB969592-
CMYK00.010.040.62
HSL45º2.13%36.86%-
HSV(B)45º4.17%37.65%-
XYZ10.8511.4411.76-
YUV94.96126.33128.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=33.92%
G=33.57%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96959200.010.040.62452.1336.86
Hex605F5C0143E2d225
Octal1401371340147655245
Binary1100000101111110111000110011111010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F5C; }

 p { color: rgb(96,95,92); }

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

<style>
 a { background-color: #605F5C; }

 a { background-color: rgb(96,95,92); }

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

<style>
 span { border-color: #605F5C; }

 span { border-color: rgb(96,95,92); }

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