Html Css Color HEX #5D4054 Purple Taupe

📋 copy color: '#5D4054'

red 93 ◦ green 64 ◦ blue 84

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

Shades of Purple Taupe #5D4054

Tints of Purple Taupe #5D4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 38.59%
G = 26.56%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5D4054 (or 0x5D4054) is known color: Purple Taupe. HEX triplet: 5D, 40 and 54. RGB value is (93,64,84). Sum of RGB (Red+Green+Blue) = 93+64+84=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4054 is #A2BFAB. Grayscale: #4A4A4A. Windows color (decimal): -10665900 or 5521501. OLE color: 5521501.

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

Color convert

RGB 93 64 84 -
CMYK 0 0.31 0.10 0.64
HSL 318.62º 0.18% 0.31% -
HSV(B) 318.62º 0.31% 0.36% -
XYZ 7.95 6.63 9.25 -
YUV 74.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 93 64 84 0 0.31 0.10 0.64 318.62 0.18 0.31
Hex 5D 40 54 0 1F A 40 13F 12 1F
Octal 135 100 124 0 37 12 100 477 22 37
Binary 1011101 1000000 1010100 0 11111 1010 1000000 100111111 10010 11111

Color Harmonies of #5D4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4054

Black with #5D4054

Text Example


Text Example

White with #5D4054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,64,84); }

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

background-color css

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

 a { background-color: rgb(93,64,84); }

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

border-color css

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

 span { border-color: rgb(93,64,84); }

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