Html Css Color HEX #5D425B Purple Taupe

📋 copy color: '#5D425B'

red 93 ◦ green 66 ◦ blue 91

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

Shades of Purple Taupe #5D425B

Tints of Purple Taupe #5D425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 37.2%
G = 26.4%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5D425B (or 0x5D425B) is known color: Purple Taupe. HEX triplet: 5D, 42 and 5B. RGB value is (93,66,91). Sum of RGB (Red+Green+Blue) = 93+66+91=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 93 - color contains mainly: red. Hex color #5D425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D425B is #A2BDA4. Grayscale: #4C4C4C. Windows color (decimal): -10665381 or 5980765. OLE color: 5980765.

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

Color convert

RGB 93 66 91 -
CMYK 0 0.29 0.02 0.64
HSL 304.44º 0.17% 0.31% -
HSV(B) 304.44º 0.29% 0.36% -
XYZ 8.35 6.98 10.8 -
YUV 76.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 93 66 91 0 0.29 0.02 0.64 304.44 0.17 0.31
Hex 5D 42 5B 0 1D 2 40 130 11 1F
Octal 135 102 133 0 35 2 100 460 21 37
Binary 1011101 1000010 1011011 0 11101 10 1000000 100110000 10001 11111

Color Harmonies of #5D425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D425B

Black with #5D425B

Text Example


Text Example

White with #5D425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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