#5F435A

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

Shades of Purple Taupe #5F435A

Tints of Purple Taupe #5F435A

Color information

#5F435A (or 0x5F435A) is unknown color: approx Purple Taupe. HEX triplet: 5F, 43 and 5A. RGB value is (95,67,90). Sum of RGB (Red+Green+Blue) = 95+67+90=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 95 - color contains mainly: red. Hex color #5F435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F435A is #A0BCA5. Grayscale: #4D4D4D. Windows color (decimal): -10534054 or 5915487. OLE color: 5915487.

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

Color convert

RGB956790-
CMYK00.290.050.63
HSL310.71º17.28%31.76%-
HSV(B)310.71º29.47%37.25%-
XYZ8.577.1910.61-
YUV77.99134.78140.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=37.70%
G=26.59%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95679000.290.050.63310.7117.2831.76
Hex5F435A01D53F1371120
Octal1371031320355774672140
Binary10111111000011101101001110110111111110011011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,67,90); }

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

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

 a { background-color: rgb(95,67,90); }

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

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

 span { border-color: rgb(95,67,90); }

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