#5D535B

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

Shades of Salt Box #5D535B

Tints of Salt Box #5D535B

Color information

#5D535B (or 0x5D535B) is unknown color: approx Salt Box. HEX triplet: 5D, 53 and 5B. RGB value is (93,83,91). Sum of RGB (Red+Green+Blue) = 93+83+91=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 93 - color contains mainly: red. Hex color #5D535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D535B is #A2ACA4. Grayscale: #565656. Windows color (decimal): -10661029 or 5985117. OLE color: 5985117.

HSL color Cylindrical-coordinate representation of color #5D535B: hue angle of 312º 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 #5D535B is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB938391-
CMYK00.110.020.64
HSL312º5.68%34.51%-
HSV(B)312º10.75%36.47%-
XYZ9.59.2711.19-
YUV86.9130.31132.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=34.83%
G=31.09%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93839100.110.020.643125.6834.51
Hex5D535B0B240138623
Octal1351231330132100470643
Binary10111011010011101101101011101000000100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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