Html Css Color HEX #616055 Storm Dust

📋 copy color: '#616055'

red 97 ◦ green 96 ◦ blue 85

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

Shades of Storm Dust #616055

Tints of Storm Dust #616055

RGB

 RED value IS 97 (38.28% from 255) = 34.89%

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 34.89%
G = 34.53%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#616055 (or 0x616055) is known color: Storm Dust. HEX triplet: 61, 60 and 55. RGB value is (97,96,85). Sum of RGB (Red+Green+Blue) = 97+96+85=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #616055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616055 is #9E9FAA. Grayscale: #5F5F5F. Windows color (decimal): -10395563 or 5595233. OLE color: 5595233.

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

Color convert

RGB 97 96 85 -
CMYK 0 0.01 0.12 0.62
HSL 55º 0.07% 0.36% -
HSV(B) 55º 0.12% 0.38% -
XYZ 10.75 11.56 10.26 -
YUV 95.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 97 96 85 0 0.01 0.12 0.62 55 0.07 0.36
Hex 61 60 55 0 1 C 3E 37 7 24
Octal 141 140 125 0 1 14 76 67 7 44
Binary 1100001 1100000 1010101 0 1 1100 111110 110111 111 100100

Color Harmonies of #616055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616055

Black with #616055

Text Example


Text Example

White with #616055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616055; }

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

 H1.HeaderClassName
 {
   color: #616055;
 }
 .AnyTagClassName
 {
   color: #616055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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