#5E5A5D

Color #5E5A5D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #5E5A5D

Tints of Salt Box #5E5A5D

Color information

#5E5A5D (or 0x5E5A5D) is unknown color: approx Salt Box. HEX triplet: 5E, 5A and 5D. RGB value is (94,90,93). Sum of RGB (Red+Green+Blue) = 94+90+93=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A5D is #A1A5A2. Grayscale: #5B5B5B. Windows color (decimal): -10593699 or 6117982. OLE color: 6117982.

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

Color convert

RGB949093-
CMYK00.040.010.63
HSL315º2.17%36.08%-
HSV(B)315º4.26%36.86%-
XYZ10.2510.4811.84-
YUV91.54128.83129.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=33.94%
G=32.49%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94909300.040.010.633152.1736.08
Hex5E5A5D0413F13b224
Octal13613213504177473244
Binary1011110101101010111010100111111110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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