Html Css Color HEX #544853 Purple Taupe

📋 copy color: '#544853'

red 84 ◦ green 72 ◦ blue 83

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

Shades of Purple Taupe #544853

Tints of Purple Taupe #544853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 35.15%
G = 30.13%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#544853 (or 0x544853) is known color: Purple Taupe. HEX triplet: 54, 48 and 53. RGB value is (84,72,83). Sum of RGB (Red+Green+Blue) = 84+72+83=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #544853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544853 is #ABB7AC. Grayscale: #4C4C4C. Windows color (decimal): -11253677 or 5458004. OLE color: 5458004.

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

Color convert

RGB 84 72 83 -
CMYK 0 0.14 0.01 0.67
HSL 305º 0.08% 0.31% -
HSV(B) 305º 0.14% 0.33% -
XYZ 7.53 7.14 9.17 -
YUV 76.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 84 72 83 0 0.14 0.01 0.67 305 0.08 0.31
Hex 54 48 53 0 E 1 43 131 8 1F
Octal 124 110 123 0 16 1 103 461 10 37
Binary 1010100 1001000 1010011 0 1110 1 1000011 100110001 1000 11111

Color Harmonies of #544853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544853

Black with #544853

Text Example


Text Example

White with #544853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544853; }

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

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

background-color css

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

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

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

border-color css

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

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

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