Html Css Color HEX #5D465B Purple Taupe

📋 copy color: '#5D465B'

red 93 ◦ green 70 ◦ blue 91

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

Shades of Purple Taupe #5D465B

Tints of Purple Taupe #5D465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 36.61%
G = 27.56%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5D465B (or 0x5D465B) is known color: Purple Taupe. HEX triplet: 5D, 46 and 5B. RGB value is (93,70,91). Sum of RGB (Red+Green+Blue) = 93+70+91=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 93 - color contains mainly: red. Hex color #5D465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D465B is #A2B9A4. Grayscale: #4F4F4F. Windows color (decimal): -10664357 or 5981789. OLE color: 5981789.

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

Color convert

RGB 93 70 91 -
CMYK 0 0.25 0.02 0.64
HSL 305.22º 0.14% 0.32% -
HSV(B) 305.22º 0.25% 0.36% -
XYZ 8.59 7.46 10.89 -
YUV 79.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 93 70 91 0 0.25 0.02 0.64 305.22 0.14 0.32
Hex 5D 46 5B 0 19 2 40 131 E 20
Octal 135 106 133 0 31 2 100 461 16 40
Binary 1011101 1000110 1011011 0 11001 10 1000000 100110001 1110 100000

Color Harmonies of #5D465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D465B

Black with #5D465B

Text Example


Text Example

White with #5D465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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