Html Css Color HEX #5D4657 Purple Taupe

📋 copy color: '#5D4657'

red 93 ◦ green 70 ◦ blue 87

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

Shades of Purple Taupe #5D4657

Tints of Purple Taupe #5D4657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 37.2%
G = 28%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#5D4657 (or 0x5D4657) is known color: Purple Taupe. HEX triplet: 5D, 46 and 57. RGB value is (93,70,87). Sum of RGB (Red+Green+Blue) = 93+70+87=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4657 is #A2B9A8. Grayscale: #4E4E4E. Windows color (decimal): -10664361 or 5719645. OLE color: 5719645.

HSL color Cylindrical-coordinate representation of color #5D4657: hue angle of 315.65º 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 #5D4657 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 70 87 -
CMYK 0 0.25 0.06 0.64
HSL 315.65º 0.14% 0.32% -
HSV(B) 315.65º 0.25% 0.36% -
XYZ 8.42 7.4 10 -
YUV 78.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 93 70 87 0 0.25 0.06 0.64 315.65 0.14 0.32
Hex 5D 46 57 0 19 6 40 13C E 20
Octal 135 106 127 0 31 6 100 474 16 40
Binary 1011101 1000110 1010111 0 11001 110 1000000 100111100 1110 100000

Color Harmonies of #5D4657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4657

Black with #5D4657

Text Example


Text Example

White with #5D4657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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