#5F505E

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

Shades of Salt Box #5F505E

Tints of Salt Box #5F505E

Color information

#5F505E (or 0x5F505E) is unknown color: approx Salt Box. HEX triplet: 5F, 50 and 5E. RGB value is (95,80,94). Sum of RGB (Red+Green+Blue) = 95+80+94=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 95 - color contains mainly: red. Hex color #5F505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F505E is #A0AFA1. Grayscale: #565656. Windows color (decimal): -10530722 or 6180959. OLE color: 6180959.

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

Color convert

RGB958094-
CMYK00.160.010.63
HSL304º8.57%34.31%-
HSV(B)304º15.79%37.25%-
XYZ9.618.9811.82-
YUV86.08132.47134.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=35.32%
G=29.74%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95809400.160.010.633048.5734.31
Hex5F505E01013F130922
Octal1371201360201774601142
Binary10111111010000101111001000011111111001100001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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