Html Css Color HEX #53404F Purple Taupe

📋 copy color: '#53404F'

red 83 ◦ green 64 ◦ blue 79

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

Shades of Purple Taupe #53404F

Tints of Purple Taupe #53404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 36.73%
G = 28.32%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53404F (or 0x53404F) is known color: Purple Taupe. HEX triplet: 53, 40 and 4F. RGB value is (83,64,79). Sum of RGB (Red+Green+Blue) = 83+64+79=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53404F is #ACBFB0. Grayscale: #474747. Windows color (decimal): -11321265 or 5193811. OLE color: 5193811.

HSL color Cylindrical-coordinate representation of color #53404F: hue angle of 312.63º 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 #53404F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 79 -
CMYK 0 0.23 0.05 0.67
HSL 312.63º 0.13% 0.29% -
HSV(B) 312.63º 0.23% 0.33% -
XYZ 6.81 6.07 8.21 -
YUV 71.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 83 64 79 0 0.23 0.05 0.67 312.63 0.13 0.29
Hex 53 40 4F 0 17 5 43 139 D 1D
Octal 123 100 117 0 27 5 103 471 15 35
Binary 1010011 1000000 1001111 0 10111 101 1000011 100111001 1101 11101

Color Harmonies of #53404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53404F

Black with #53404F

Text Example


Text Example

White with #53404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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