Html Css Color HEX #5F475A Purple Taupe

📋 copy color: '#5F475A'

red 95 ◦ green 71 ◦ blue 90

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

Shades of Purple Taupe #5F475A

Tints of Purple Taupe #5F475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 37.11%
G = 27.73%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5F475A (or 0x5F475A) is known color: Purple Taupe. HEX triplet: 5F, 47 and 5A. RGB value is (95,71,90). Sum of RGB (Red+Green+Blue) = 95+71+90=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F475A is #A0B8A5. Grayscale: #505050. Windows color (decimal): -10533030 or 5916511. OLE color: 5916511.

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

Color convert

RGB 95 71 90 -
CMYK 0 0.25 0.05 0.63
HSL 312.5º 0.14% 0.33% -
HSV(B) 312.5º 0.25% 0.37% -
XYZ 8.82 7.68 10.69 -
YUV 80.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 95 71 90 0 0.25 0.05 0.63 312.5 0.14 0.33
Hex 5F 47 5A 0 19 5 3F 138 E 21
Octal 137 107 132 0 31 5 77 470 16 41
Binary 1011111 1000111 1011010 0 11001 101 111111 100111000 1110 100001

Color Harmonies of #5F475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F475A

Black with #5F475A

Text Example


Text Example

White with #5F475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,71,90); }

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

background-color css

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

 a { background-color: rgb(95,71,90); }

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

border-color css

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

 span { border-color: rgb(95,71,90); }

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