#5D505C

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

Shades of Salt Box #5D505C

Tints of Salt Box #5D505C

Color information

#5D505C (or 0x5D505C) is unknown color: approx Salt Box. HEX triplet: 5D, 50 and 5C. RGB value is (93,80,92). Sum of RGB (Red+Green+Blue) = 93+80+92=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 93 - color contains mainly: red. Hex color #5D505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D505C is #A2AFA3. Grayscale: #555555. Windows color (decimal): -10661796 or 6049885. OLE color: 6049885.

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

Color convert

RGB938092-
CMYK00.140.010.64
HSL304.62º7.51%33.92%-
HSV(B)304.62º13.98%36.47%-
XYZ9.318.8411.34-
YUV85.26131.81133.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.09%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=35.09%
G=30.19%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93809200.140.010.64304.627.5133.92
Hex5D505C0E140131822
Octal13512013401611004611042
Binary10111011010000101110001110110000001001100011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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