Html Css Color HEX #616058 Storm Dust

📋 copy color: '#616058'

red 97 ◦ green 96 ◦ blue 88

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

Shades of Storm Dust #616058

Tints of Storm Dust #616058

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

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 97 96 88 -
CMYK 0 0.01 0.09 0.62
HSL 53.33º 0.05% 0.36% -
HSV(B) 53.33º 0.09% 0.38% -
XYZ 10.87 11.61 10.9 -
YUV 95.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 97 96 88 0 0.01 0.09 0.62 53.33 0.05 0.36
Hex 61 60 58 0 1 9 3E 35 5 24
Octal 141 140 130 0 1 11 76 65 5 44
Binary 1100001 1100000 1011000 0 1 1001 111110 110101 101 100100

Color Harmonies of #616058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616058

Black with #616058

Text Example


Text Example

White with #616058

Text Example


Text Example

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