Html Css Color HEX #5F4055 Purple Taupe

📋 copy color: '#5F4055'

red 95 ◦ green 64 ◦ blue 85

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

Shades of Purple Taupe #5F4055

Tints of Purple Taupe #5F4055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 38.93%
G = 26.23%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#5F4055 (or 0x5F4055) is known color: Purple Taupe. HEX triplet: 5F, 40 and 55. RGB value is (95,64,85). Sum of RGB (Red+Green+Blue) = 95+64+85=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4055 is #A0BFAA. Grayscale: #4B4B4B. Windows color (decimal): -10534827 or 5587039. OLE color: 5587039.

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

Color convert

RGB 95 64 85 -
CMYK 0 0.33 0.11 0.63
HSL 319.35º 0.19% 0.31% -
HSV(B) 319.35º 0.33% 0.37% -
XYZ 8.19 6.76 9.47 -
YUV 75.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 95 64 85 0 0.33 0.11 0.63 319.35 0.19 0.31
Hex 5F 40 55 0 21 B 3F 13F 13 1F
Octal 137 100 125 0 41 13 77 477 23 37
Binary 1011111 1000000 1010101 0 100001 1011 111111 100111111 10011 11111

Color Harmonies of #5F4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4055

Black with #5F4055

Text Example


Text Example

White with #5F4055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,85); }

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

background-color css

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

 a { background-color: rgb(95,64,85); }

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

border-color css

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

 span { border-color: rgb(95,64,85); }

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