#5D575C

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

Shades of Salt Box #5D575C

Tints of Salt Box #5D575C

Color information

#5D575C (or 0x5D575C) is unknown color: approx Salt Box. HEX triplet: 5D, 57 and 5C. RGB value is (93,87,92). Sum of RGB (Red+Green+Blue) = 93+87+92=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 93 - color contains mainly: red. Hex color #5D575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D575C is #A2A8A3. Grayscale: #595959. Windows color (decimal): -10660004 or 6051677. OLE color: 6051677.

HSL color Cylindrical-coordinate representation of color #5D575C: hue angle of 310º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D575C is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB938792-
CMYK00.060.010.64
HSL310º3.33%35.29%-
HSV(B)310º6.45%36.47%-
XYZ9.859.9211.52-
YUV89.36129.49130.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=34.19%
G=31.99%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93879200.060.010.643103.3335.29
Hex5D575C06140136323
Octal135127134061100466343
Binary10111011010111101110001101100000010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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