Html Css Color HEX #5D4158 Purple Taupe

📋 copy color: '#5D4158'

red 93 ◦ green 65 ◦ blue 88

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

Shades of Purple Taupe #5D4158

Tints of Purple Taupe #5D4158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 37.8%
G = 26.42%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#5D4158 (or 0x5D4158) is known color: Purple Taupe. HEX triplet: 5D, 41 and 58. RGB value is (93,65,88). Sum of RGB (Red+Green+Blue) = 93+65+88=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4158 is #A2BEA7. Grayscale: #4B4B4B. Windows color (decimal): -10665640 or 5783901. OLE color: 5783901.

HSL color Cylindrical-coordinate representation of color #5D4158: hue angle of 310.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4158 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 65 88 -
CMYK 0 0.30 0.05 0.64
HSL 310.71º 0.18% 0.31% -
HSV(B) 310.71º 0.3% 0.36% -
XYZ 8.17 6.81 10.12 -
YUV 75.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 93 65 88 0 0.30 0.05 0.64 310.71 0.18 0.31
Hex 5D 41 58 0 1E 5 40 137 12 1F
Octal 135 101 130 0 36 5 100 467 22 37
Binary 1011101 1000001 1011000 0 11110 101 1000000 100110111 10010 11111

Color Harmonies of #5D4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4158

Black with #5D4158

Text Example


Text Example

White with #5D4158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,65,88); }

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

background-color css

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

 a { background-color: rgb(93,65,88); }

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

border-color css

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

 span { border-color: rgb(93,65,88); }

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