Html Css Color HEX #544A53 Purple Taupe

📋 copy color: '#544A53'

red 84 ◦ green 74 ◦ blue 83

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

Shades of Purple Taupe #544A53

Tints of Purple Taupe #544A53

RGB

 RED value IS 84 (33.2% from 255) = 34.85%

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 34.85%
G = 30.71%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#544A53 (or 0x544A53) is known color: Purple Taupe. HEX triplet: 54, 4A and 53. RGB value is (84,74,83). Sum of RGB (Red+Green+Blue) = 84+74+83=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #544A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A53 is #ABB5AC. Grayscale: #4D4D4D. Windows color (decimal): -11253165 or 5458516. OLE color: 5458516.

HSL color Cylindrical-coordinate representation of color #544A53: hue angle of 306º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544A53 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 83 -
CMYK 0 0.12 0.01 0.67
HSL 306º 0.06% 0.31% -
HSV(B) 306º 0.12% 0.33% -
XYZ 7.67 7.41 9.21 -
YUV 78.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 84 74 83 0 0.12 0.01 0.67 306 0.06 0.31
Hex 54 4A 53 0 C 1 43 132 6 1F
Octal 124 112 123 0 14 1 103 462 6 37
Binary 1010100 1001010 1010011 0 1100 1 1000011 100110010 110 11111

Color Harmonies of #544A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A53

Black with #544A53

Text Example


Text Example

White with #544A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544A53; }

 p { color: rgb(84,74,83); }

 H1.HeaderClassName
 {
   color: #544A53;
 }
 .AnyTagClassName
 {
   color: #544A53;
 }
</style>

background-color css

<style>
 a { background-color: #544A53; }

 a { background-color: rgb(84,74,83); }

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

border-color css

<style>
 span { border-color: #544A53; }

 span { border-color: rgb(84,74,83); }

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