Html Css Color HEX #53404E Purple Taupe

📋 copy color: '#53404E'

red 83 ◦ green 64 ◦ blue 78

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

Shades of Purple Taupe #53404E

Tints of Purple Taupe #53404E

RGB

 RED value IS 83 (32.81% from 255) = 36.89%

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

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 36.89%
G = 28.44%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53404E (or 0x53404E) is known color: Purple Taupe. HEX triplet: 53, 40 and 4E. RGB value is (83,64,78). Sum of RGB (Red+Green+Blue) = 83+64+78=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53404E is #ACBFB1. Grayscale: #474747. Windows color (decimal): -11321266 or 5128275. OLE color: 5128275.

HSL color Cylindrical-coordinate representation of color #53404E: hue angle of 315.79º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53404E is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 78 -
CMYK 0 0.23 0.06 0.67
HSL 315.79º 0.13% 0.29% -
HSV(B) 315.79º 0.23% 0.33% -
XYZ 6.78 6.06 8.02 -
YUV 71.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 83 64 78 0 0.23 0.06 0.67 315.79 0.13 0.29
Hex 53 40 4E 0 17 6 43 13C D 1D
Octal 123 100 116 0 27 6 103 474 15 35
Binary 1010011 1000000 1001110 0 10111 110 1000011 100111100 1101 11101

Color Harmonies of #53404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53404E

Black with #53404E

Text Example


Text Example

White with #53404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53404E; }

 p { color: rgb(83,64,78); }

 H1.HeaderClassName
 {
   color: #53404E;
 }
 .AnyTagClassName
 {
   color: #53404E;
 }
</style>

background-color css

<style>
 a { background-color: #53404E; }

 a { background-color: rgb(83,64,78); }

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

border-color css

<style>
 span { border-color: #53404E; }

 span { border-color: rgb(83,64,78); }

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