#5D565C

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

Shades of Salt Box #5D565C

Tints of Salt Box #5D565C

Color information

#5D565C (or 0x5D565C) is unknown color: approx Salt Box. HEX triplet: 5D, 56 and 5C. RGB value is (93,86,92). Sum of RGB (Red+Green+Blue) = 93+86+92=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 93 - color contains mainly: red. Hex color #5D565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D565C is #A2A9A3. Grayscale: #585858. Windows color (decimal): -10660260 or 6051421. OLE color: 6051421.

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

Color convert

RGB938692-
CMYK00.080.010.64
HSL308.57º3.91%35.1%-
HSV(B)308.57º7.53%36.47%-
XYZ9.779.7611.49-
YUV88.78129.82131.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=34.32%
G=31.73%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93869200.080.010.64308.573.9135.1
Hex5D565C08140135423
Octal1351261340101100465443
Binary1011101101011010111000100011000000100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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