Html Css Color HEX #5F4056 Purple Taupe

📋 copy color: '#5F4056'

red 95 ◦ green 64 ◦ blue 86

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

Shades of Purple Taupe #5F4056

Tints of Purple Taupe #5F4056

RGB

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

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

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

R = 38.78%
G = 26.12%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5F4056 (or 0x5F4056) is known color: Purple Taupe. HEX triplet: 5F, 40 and 56. RGB value is (95,64,86). Sum of RGB (Red+Green+Blue) = 95+64+86=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4056 is #A0BFA9. Grayscale: #4B4B4B. Windows color (decimal): -10534826 or 5652575. OLE color: 5652575.

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

Color convert

RGB 95 64 86 -
CMYK 0 0.33 0.09 0.63
HSL 317.42º 0.19% 0.31% -
HSV(B) 317.42º 0.33% 0.37% -
XYZ 8.23 6.77 9.68 -
YUV 75.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 95 64 86 0 0.33 0.09 0.63 317.42 0.19 0.31
Hex 5F 40 56 0 21 9 3F 13D 13 1F
Octal 137 100 126 0 41 11 77 475 23 37
Binary 1011111 1000000 1010110 0 100001 1001 111111 100111101 10011 11111

Color Harmonies of #5F4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4056

Black with #5F4056

Text Example


Text Example

White with #5F4056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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