#5D535C

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

Shades of Salt Box #5D535C

Tints of Salt Box #5D535C

Color information

#5D535C (or 0x5D535C) is unknown color: approx Salt Box. HEX triplet: 5D, 53 and 5C. RGB value is (93,83,92). Sum of RGB (Red+Green+Blue) = 93+83+92=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 93 - color contains mainly: red. Hex color #5D535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D535C is #A2ACA3. Grayscale: #565656. Windows color (decimal): -10661028 or 6050653. OLE color: 6050653.

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

Color convert

RGB938392-
CMYK00.110.010.64
HSL306º5.68%34.51%-
HSV(B)306º10.75%36.47%-
XYZ9.549.2911.41-
YUV87.02130.81132.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.70%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=34.70%
G=30.97%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93839200.110.010.643065.6834.51
Hex5D535C0B140132623
Octal1351231340131100462643
Binary1011101101001110111000101111000000100110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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