Html Css Color HEX #5F4356 Purple Taupe

📋 copy color: '#5F4356'

red 95 ◦ green 67 ◦ blue 86

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

Shades of Purple Taupe #5F4356

Tints of Purple Taupe #5F4356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 38.31%
G = 27.02%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5F4356 (or 0x5F4356) is known color: Purple Taupe. HEX triplet: 5F, 43 and 56. RGB value is (95,67,86). Sum of RGB (Red+Green+Blue) = 95+67+86=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4356 is #A0BCA9. Grayscale: #4D4D4D. Windows color (decimal): -10534058 or 5653343. OLE color: 5653343.

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

Color convert

RGB 95 67 86 -
CMYK 0 0.29 0.09 0.63
HSL 319.29º 0.17% 0.32% -
HSV(B) 319.29º 0.29% 0.37% -
XYZ 8.41 7.12 9.74 -
YUV 77.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 95 67 86 0 0.29 0.09 0.63 319.29 0.17 0.32
Hex 5F 43 56 0 1D 9 3F 13F 11 20
Octal 137 103 126 0 35 11 77 477 21 40
Binary 1011111 1000011 1010110 0 11101 1001 111111 100111111 10001 100000

Color Harmonies of #5F4356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4356

Black with #5F4356

Text Example


Text Example

White with #5F4356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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