Html Css Color HEX #53434E Purple Taupe

📋 copy color: '#53434E'

red 83 ◦ green 67 ◦ blue 78

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

Shades of Purple Taupe #53434E

Tints of Purple Taupe #53434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

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

R = 36.4%
G = 29.39%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53434E (or 0x53434E) is known color: Purple Taupe. HEX triplet: 53, 43 and 4E. RGB value is (83,67,78). Sum of RGB (Red+Green+Blue) = 83+67+78=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53434E is #ACBCB1. Grayscale: #494949. Windows color (decimal): -11320498 or 5129043. OLE color: 5129043.

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

Color convert

RGB 83 67 78 -
CMYK 0 0.19 0.06 0.67
HSL 318.75º 0.11% 0.29% -
HSV(B) 318.75º 0.19% 0.33% -
XYZ 6.95 6.4 8.08 -
YUV 73.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 83 67 78 0 0.19 0.06 0.67 318.75 0.11 0.29
Hex 53 43 4E 0 13 6 43 13F B 1D
Octal 123 103 116 0 23 6 103 477 13 35
Binary 1010011 1000011 1001110 0 10011 110 1000011 100111111 1011 11101

Color Harmonies of #53434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53434E

Black with #53434E

Text Example


Text Example

White with #53434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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