Html Css Color HEX #616057 Storm Dust

📋 copy color: '#616057'

red 97 ◦ green 96 ◦ blue 87

#616057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #616057

Tints of Storm Dust #616057

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 value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#616057 (or 0x616057) is known color: 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

RGB 97 96 87 -
CMYK 0 0.01 0.10 0.62
HSL 54º 0.05% 0.36% -
HSV(B) 54º 0.1% 0.38% -
XYZ 10.83 11.6 10.68 -
YUV 95.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 97 96 87 0 0.01 0.10 0.62 54 0.05 0.36
Hex 61 60 57 0 1 A 3E 36 5 24
Octal 141 140 127 0 1 12 76 66 5 44
Binary 1100001 1100000 1010111 0 1 1010 111110 110110 101 100100

Color Harmonies of #616057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616057

Black with #616057

Text Example


Text Example

White with #616057

Text Example


Text Example

HTML Codes & Css Web 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>