Html Css Color HEX #5F485A Purple Taupe

📋 copy color: '#5F485A'

red 95 ◦ green 72 ◦ blue 90

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

Shades of Purple Taupe #5F485A

Tints of Purple Taupe #5F485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 36.96%
G = 28.02%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5F485A (or 0x5F485A) is known color: Purple Taupe. HEX triplet: 5F, 48 and 5A. RGB value is (95,72,90). Sum of RGB (Red+Green+Blue) = 95+72+90=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F485A is #A0B7A5. Grayscale: #505050. Windows color (decimal): -10532774 or 5916767. OLE color: 5916767.

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

Color convert

RGB 95 72 90 -
CMYK 0 0.24 0.05 0.63
HSL 313.04º 0.14% 0.33% -
HSV(B) 313.04º 0.24% 0.37% -
XYZ 8.88 7.81 10.71 -
YUV 80.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 95 72 90 0 0.24 0.05 0.63 313.04 0.14 0.33
Hex 5F 48 5A 0 18 5 3F 139 E 21
Octal 137 110 132 0 30 5 77 471 16 41
Binary 1011111 1001000 1011010 0 11000 101 111111 100111001 1110 100001

Color Harmonies of #5F485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F485A

Black with #5F485A

Text Example


Text Example

White with #5F485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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