#5D525C

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

Shades of Salt Box #5D525C

Tints of Salt Box #5D525C

Color information

#5D525C (or 0x5D525C) is unknown color: approx Salt Box. HEX triplet: 5D, 52 and 5C. RGB value is (93,82,92). Sum of RGB (Red+Green+Blue) = 93+82+92=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 93 - color contains mainly: red. Hex color #5D525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D525C is #A2ADA3. Grayscale: #565656. Windows color (decimal): -10661284 or 6050397. OLE color: 6050397.

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

Color convert

RGB938292-
CMYK00.120.010.64
HSL305.45º6.29%34.31%-
HSV(B)305.45º11.83%36.47%-
XYZ9.469.1311.39-
YUV86.43131.14132.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=34.83%
G=30.71%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93829200.120.010.64305.456.2934.31
Hex5D525C0C140131622
Octal1351221340141100461642
Binary1011101101001010111000110011000000100110001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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