Html Css Color HEX #53414F Purple Taupe

📋 copy color: '#53414F'

red 83 ◦ green 65 ◦ blue 79

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

Shades of Purple Taupe #53414F

Tints of Purple Taupe #53414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

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

R = 36.56%
G = 28.63%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53414F (or 0x53414F) is known color: Purple Taupe. HEX triplet: 53, 41 and 4F. RGB value is (83,65,79). Sum of RGB (Red+Green+Blue) = 83+65+79=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #53414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53414F is #ACBEB0. Grayscale: #474747. Windows color (decimal): -11321009 or 5194067. OLE color: 5194067.

HSL color Cylindrical-coordinate representation of color #53414F: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53414F is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 65 79 -
CMYK 0 0.22 0.05 0.67
HSL 313.33º 0.12% 0.29% -
HSV(B) 313.33º 0.22% 0.33% -
XYZ 6.87 6.18 8.23 -
YUV 71.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 83 65 79 0 0.22 0.05 0.67 313.33 0.12 0.29
Hex 53 41 4F 0 16 5 43 139 C 1D
Octal 123 101 117 0 26 5 103 471 14 35
Binary 1010011 1000001 1001111 0 10110 101 1000011 100111001 1100 11101

Color Harmonies of #53414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53414F

Black with #53414F

Text Example


Text Example

White with #53414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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