#605E53

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

Shades of Storm Dust #605E53

Tints of Storm Dust #605E53

Color information

#605E53 (or 0x605E53) is unknown color: approx Storm Dust. HEX triplet: 60, 5E and 53. RGB value is (96,94,83). Sum of RGB (Red+Green+Blue) = 96+94+83=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E53 is #9FA1AC. Grayscale: #5D5D5D. Windows color (decimal): -10461613 or 5463648. OLE color: 5463648.

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

Color convert

RGB969483-
CMYK00.020.140.62
HSL50.77º7.26%35.1%-
HSV(B)50.77º13.54%37.65%-
XYZ10.3911.129.78-
YUV93.34122.16129.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=35.16%
G=34.43%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96948300.020.140.6250.777.2635.1
Hex605E5302E3E33723
Octal14013612302167663743
Binary1100000101111010100110101110111110110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,83); }

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

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

 a { background-color: rgb(96,94,83); }

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

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

 span { border-color: rgb(96,94,83); }

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