Html Css Color HEX #5D485B Purple Taupe

📋 copy color: '#5D485B'

red 93 ◦ green 72 ◦ blue 91

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

Shades of Purple Taupe #5D485B

Tints of Purple Taupe #5D485B

RGB

 RED value IS 93 (36.72% from 255) = 36.33%

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 36.33%
G = 28.13%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5D485B (or 0x5D485B) is known color: Purple Taupe. HEX triplet: 5D, 48 and 5B. RGB value is (93,72,91). Sum of RGB (Red+Green+Blue) = 93+72+91=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 93 - color contains mainly: red. Hex color #5D485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D485B is #A2B7A4. Grayscale: #505050. Windows color (decimal): -10663845 or 5982301. OLE color: 5982301.

HSL color Cylindrical-coordinate representation of color #5D485B: hue angle of 305.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D485B is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 72 91 -
CMYK 0 0.23 0.02 0.64
HSL 305.71º 0.13% 0.32% -
HSV(B) 305.71º 0.23% 0.36% -
XYZ 8.72 7.72 10.93 -
YUV 80.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 93 72 91 0 0.23 0.02 0.64 305.71 0.13 0.32
Hex 5D 48 5B 0 17 2 40 132 D 20
Octal 135 110 133 0 27 2 100 462 15 40
Binary 1011101 1001000 1011011 0 10111 10 1000000 100110010 1101 100000

Color Harmonies of #5D485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D485B

Black with #5D485B

Text Example


Text Example

White with #5D485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,72,91); }

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

background-color css

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

 a { background-color: rgb(93,72,91); }

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

border-color css

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

 span { border-color: rgb(93,72,91); }

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