#616058

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

Shades of Storm Dust #616058

Tints of Storm Dust #616058

Color information

#616058 (or 0x616058) is unknown color: approx Storm Dust. HEX triplet: 61, 60 and 58. RGB value is (97,96,88). Sum of RGB (Red+Green+Blue) = 97+96+88=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #616058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616058 is #9E9FA7. Grayscale: #5F5F5F. Windows color (decimal): -10395560 or 5791841. OLE color: 5791841.

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

Color convert

RGB979688-
CMYK00.010.090.62
HSL53.33º4.86%36.27%-
HSV(B)53.33º9.28%38.04%-
XYZ10.8711.6110.9-
YUV95.39123.83129.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=34.52%
G=34.16%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97968800.010.090.6253.334.8636.27
Hex6160580193E35524
Octal14114013001117665544
Binary110000111000001011000011001111110110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616058; }

 p { color: rgb(97,96,88); }

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

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

 a { background-color: rgb(97,96,88); }

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

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

 span { border-color: rgb(97,96,88); }

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