Html Css Color HEX #5F4157 Purple Taupe

📋 copy color: '#5F4157'

red 95 ◦ green 65 ◦ blue 87

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

Shades of Purple Taupe #5F4157

Tints of Purple Taupe #5F4157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 38.46%
G = 26.32%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#5F4157 (or 0x5F4157) is known color: Purple Taupe. HEX triplet: 5F, 41 and 57. RGB value is (95,65,87). Sum of RGB (Red+Green+Blue) = 95+65+87=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4157 is #A0BEA8. Grayscale: #4C4C4C. Windows color (decimal): -10534569 or 5718367. OLE color: 5718367.

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

Color convert

RGB 95 65 87 -
CMYK 0 0.32 0.08 0.63
HSL 316º 0.19% 0.31% -
HSV(B) 316º 0.32% 0.37% -
XYZ 8.33 6.9 9.91 -
YUV 76.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 95 65 87 0 0.32 0.08 0.63 316 0.19 0.31
Hex 5F 41 57 0 20 8 3F 13C 13 1F
Octal 137 101 127 0 40 10 77 474 23 37
Binary 1011111 1000001 1010111 0 100000 1000 111111 100111100 10011 11111

Color Harmonies of #5F4157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4157

Black with #5F4157

Text Example


Text Example

White with #5F4157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,65,87); }

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

background-color css

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

 a { background-color: rgb(95,65,87); }

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

border-color css

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

 span { border-color: rgb(95,65,87); }

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