#5D545B

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

Shades of Salt Box #5D545B

Tints of Salt Box #5D545B

Color information

#5D545B (or 0x5D545B) is unknown color: approx Salt Box. HEX triplet: 5D, 54 and 5B. RGB value is (93,84,91). Sum of RGB (Red+Green+Blue) = 93+84+91=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 93 - color contains mainly: red. Hex color #5D545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D545B is #A2ABA4. Grayscale: #575757. Windows color (decimal): -10660773 or 5985373. OLE color: 5985373.

HSL color Cylindrical-coordinate representation of color #5D545B: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D545B is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB938491-
CMYK00.100.020.64
HSL313.33º5.08%34.71%-
HSV(B)313.33º9.68%36.47%-
XYZ9.579.4211.21-
YUV87.49129.98131.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.70%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=34.70%
G=31.34%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93849100.100.020.64313.335.0834.71
Hex5D545B0A240139523
Octal1351241330122100471543
Binary10111011010100101101101010101000000100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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