#5E505C

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

Shades of Salt Box #5E505C

Tints of Salt Box #5E505C

Color information

#5E505C (or 0x5E505C) is unknown color: approx Salt Box. HEX triplet: 5E, 50 and 5C. RGB value is (94,80,92). Sum of RGB (Red+Green+Blue) = 94+80+92=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 94 - color contains mainly: red. Hex color #5E505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E505C is #A1AFA3. Grayscale: #555555. Windows color (decimal): -10596260 or 6049886. OLE color: 6049886.

HSL color Cylindrical-coordinate representation of color #5E505C: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E505C is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB948092-
CMYK00.150.020.63
HSL308.57º8.05%34.12%-
HSV(B)308.57º14.89%36.86%-
XYZ9.428.8911.34-
YUV85.55131.64134.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.34%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=35.34%
G=30.08%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94809200.150.020.63308.578.0534.12
Hex5E505C0F23F135822
Octal1361201340172774651042
Binary10111101010000101110001111101111111001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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