#5F455C

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

Shades of Purple Taupe #5F455C

Tints of Purple Taupe #5F455C

Color information

#5F455C (or 0x5F455C) is unknown color: approx Purple Taupe. HEX triplet: 5F, 45 and 5C. RGB value is (95,69,92). Sum of RGB (Red+Green+Blue) = 95+69+92=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F455C is #A0BAA3. Grayscale: #4F4F4F. Windows color (decimal): -10533540 or 6047071. OLE color: 6047071.

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

Color convert

RGB956992-
CMYK00.270.030.63
HSL306.92º15.85%32.16%-
HSV(B)306.92º27.37%37.25%-
XYZ8.787.4611.1-
YUV79.4135.11139.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=37.11%
G=26.95%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95699200.270.030.63306.9215.8532.16
Hex5F455C01B33F1331020
Octal1371051340333774632040
Binary1011111100010110111000110111111111110011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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