Html Css Color HEX #5F435E Purple Taupe

📋 copy color: '#5F435E'

red 95 ◦ green 67 ◦ blue 94

#5F435E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #5F435E

Tints of Purple Taupe #5F435E

RGB

 RED value IS 95 (37.5% from 255) = 37.11%

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 37.11%
G = 26.17%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#5F435E (or 0x5F435E) is known color: Purple Taupe. HEX triplet: 5F, 43 and 5E. RGB value is (95,67,94). Sum of RGB (Red+Green+Blue) = 95+67+94=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F435E is #A0BCA1. Grayscale: #4E4E4E. Windows color (decimal): -10534050 or 6177631. OLE color: 6177631.

HSL color Cylindrical-coordinate representation of color #5F435E: hue angle of 302.14º 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 #5F435E is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 67 94 -
CMYK 0 0.29 0.01 0.63
HSL 302.14º 0.17% 0.32% -
HSV(B) 302.14º 0.29% 0.37% -
XYZ 8.75 7.26 11.53 -
YUV 78.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 95 67 94 0 0.29 0.01 0.63 302.14 0.17 0.32
Hex 5F 43 5E 0 1D 1 3F 12E 11 20
Octal 137 103 136 0 35 1 77 456 21 40
Binary 1011111 1000011 1011110 0 11101 1 111111 100101110 10001 100000

Color Harmonies of #5F435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F435E

Black with #5F435E

Text Example


Text Example

White with #5F435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F435E;
 }
 .AnyTagClassName
 {
   color: #5F435E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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