#616057

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

Shades of Storm Dust #616057

Tints of Storm Dust #616057

Color information

#616057 (or 0x616057) is unknown color: approx Storm Dust. HEX triplet: 61, 60 and 57. RGB value is (97,96,87). Sum of RGB (Red+Green+Blue) = 97+96+87=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #616057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616057 is #9E9FA8. Grayscale: #5F5F5F. Windows color (decimal): -10395561 or 5726305. OLE color: 5726305.

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

Color convert

RGB979687-
CMYK00.010.100.62
HSL54º5.43%36.08%-
HSV(B)54º10.31%38.04%-
XYZ10.8311.610.68-
YUV95.27123.33129.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=34.64%
G=34.29%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97968700.010.100.62545.4336.08
Hex61605701A3E36524
Octal14114012701127666544
Binary110000111000001010111011010111110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616057; }

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

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

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

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

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

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

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

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