#5F545C

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

Shades of Salt Box #5F545C

Tints of Salt Box #5F545C

Color information

#5F545C (or 0x5F545C) is unknown color: approx Salt Box. HEX triplet: 5F, 54 and 5C. RGB value is (95,84,92). Sum of RGB (Red+Green+Blue) = 95+84+92=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 95 - color contains mainly: red. Hex color #5F545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F545C is #A0ABA3. Grayscale: #585858. Windows color (decimal): -10529700 or 6050911. OLE color: 6050911.

HSL color Cylindrical-coordinate representation of color #5F545C: hue angle of 316.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F545C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB958492-
CMYK00.120.030.63
HSL316.36º6.15%35.1%-
HSV(B)316.36º11.58%37.25%-
XYZ9.829.5511.45-
YUV88.2130.14132.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=35.06%
G=31.00%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95849200.120.030.63316.366.1535.1
Hex5F545C0C33F13c623
Octal137124134014377474643
Binary1011111101010010111000110011111111100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,84,92); }

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

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

 a { background-color: rgb(95,84,92); }

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

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

 span { border-color: rgb(95,84,92); }

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