#5F465C

Color #5F465C Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #5F465C

Tints of Purple Taupe #5F465C

Color information

#5F465C (or 0x5F465C) is unknown color: approx Purple Taupe. HEX triplet: 5F, 46 and 5C. RGB value is (95,70,92). Sum of RGB (Red+Green+Blue) = 95+70+92=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F465C is #A0B9A3. Grayscale: #4F4F4F. Windows color (decimal): -10533284 or 6047327. OLE color: 6047327.

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

Color convert

RGB957092-
CMYK00.260.030.63
HSL307.2º15.15%32.35%-
HSV(B)307.2º26.32%37.25%-
XYZ8.847.5911.12-
YUV79.98134.78138.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=36.96%
G=27.24%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95709200.260.030.63307.215.1532.35
Hex5F465C01A33F133f20
Octal1371061340323774631740
Binary101111110001101011100011010111111111001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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