#605F5A

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

Shades of Storm Dust #605F5A

Tints of Storm Dust #605F5A

Color information

#605F5A (or 0x605F5A) is unknown color: approx Storm Dust. HEX triplet: 60, 5F and 5A. RGB value is (96,95,90). Sum of RGB (Red+Green+Blue) = 96+95+90=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 96 - color contains mainly: red. Hex color #605F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F5A is #9FA0A5. Grayscale: #5E5E5E. Windows color (decimal): -10461350 or 5922656. OLE color: 5922656.

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

Color convert

RGB969590-
CMYK00.010.060.62
HSL50º3.23%36.47%-
HSV(B)50º6.25%37.65%-
XYZ10.7611.4111.31-
YUV94.73125.33128.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=34.16%
G=33.81%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96959000.010.060.62503.2336.47
Hex605F5A0163E32324
Octal1401371320167662344
Binary1100000101111110110100111011111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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