Html Css Color HEX #5D3553 Purple Taupe

📋 copy color: '#5D3553'

red 93 ◦ green 53 ◦ blue 83

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

Shades of Purple Taupe #5D3553

Tints of Purple Taupe #5D3553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 40.61%
G = 23.14%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5D3553 (or 0x5D3553) is known color: Purple Taupe. HEX triplet: 5D, 35 and 53. RGB value is (93,53,83). Sum of RGB (Red+Green+Blue) = 93+53+83=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3553 is #A2CAAC. Grayscale: #444444. Windows color (decimal): -10668717 or 5453149. OLE color: 5453149.

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

Color convert

RGB 93 53 83 -
CMYK 0 0.43 0.11 0.64
HSL 315º 0.27% 0.29% -
HSV(B) 315º 0.43% 0.36% -
XYZ 7.35 5.5 8.86 -
YUV 68.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 93 53 83 0 0.43 0.11 0.64 315 0.27 0.29
Hex 5D 35 53 0 2B B 40 13B 1B 1D
Octal 135 65 123 0 53 13 100 473 33 35
Binary 1011101 110101 1010011 0 101011 1011 1000000 100111011 11011 11101

Color Harmonies of #5D3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3553

Black with #5D3553

Text Example


Text Example

White with #5D3553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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