Html Css Color HEX #5E575D Salt Box

📋 copy color: '#5E575D'

red 94 ◦ green 87 ◦ blue 93

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

Shades of Salt Box #5E575D

Tints of Salt Box #5E575D

RGB

 RED value IS 94 (37.11% from 255) = 34.31%

 GREEN value IS 87 (34.38% from 255) = 31.75%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 34.31%
G = 31.75%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#5E575D (or 0x5E575D) is known color: Salt Box. HEX triplet: 5E, 57 and 5D. RGB value is (94,87,93). Sum of RGB (Red+Green+Blue) = 94+87+93=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 94 - color contains mainly: red. Hex color #5E575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E575D is #A1A8A2. Grayscale: #595959. Windows color (decimal): -10594467 or 6117214. OLE color: 6117214.

HSL color Cylindrical-coordinate representation of color #5E575D: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E575D is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 87 93 -
CMYK 0 0.07 0.01 0.63
HSL 308.57º 0.04% 0.35% -
HSV(B) 308.57º 0.07% 0.37% -
XYZ 10 9.99 11.76 -
YUV 89.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 94 87 93 0 0.07 0.01 0.63 308.57 0.04 0.35
Hex 5E 57 5D 0 7 1 3F 135 4 23
Octal 136 127 135 0 7 1 77 465 4 43
Binary 1011110 1010111 1011101 0 111 1 111111 100110101 100 100011

Color Harmonies of #5E575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E575D

Black with #5E575D

Text Example


Text Example

White with #5E575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E575D; }

 p { color: rgb(94,87,93); }

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

background-color css

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

 a { background-color: rgb(94,87,93); }

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

border-color css

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

 span { border-color: rgb(94,87,93); }

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