Html Css Color HEX #5D3552 Purple Taupe

📋 copy color: '#5D3552'

red 93 ◦ green 53 ◦ blue 82

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

Shades of Purple Taupe #5D3552

Tints of Purple Taupe #5D3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 40.79%
G = 23.25%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#5D3552 (or 0x5D3552) is known color: Purple Taupe. HEX triplet: 5D, 35 and 52. RGB value is (93,53,82). Sum of RGB (Red+Green+Blue) = 93+53+82=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3552 is #A2CAAD. Grayscale: #444444. Windows color (decimal): -10668718 or 5387613. OLE color: 5387613.

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

Color convert

RGB 93 53 82 -
CMYK 0 0.43 0.12 0.64
HSL 316.5º 0.27% 0.29% -
HSV(B) 316.5º 0.43% 0.36% -
XYZ 7.31 5.48 8.66 -
YUV 68.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 93 53 82 0 0.43 0.12 0.64 316.5 0.27 0.29
Hex 5D 35 52 0 2B C 40 13C 1B 1D
Octal 135 65 122 0 53 14 100 474 33 35
Binary 1011101 110101 1010010 0 101011 1100 1000000 100111100 11011 11101

Color Harmonies of #5D3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3552

Black with #5D3552

Text Example


Text Example

White with #5D3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,53,82); }

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

background-color css

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

 a { background-color: rgb(93,53,82); }

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

border-color css

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

 span { border-color: rgb(93,53,82); }

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