Html Css Color HEX #544053 Purple Taupe

📋 copy color: '#544053'

red 84 ◦ green 64 ◦ blue 83

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

Shades of Purple Taupe #544053

Tints of Purple Taupe #544053

RGB

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

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

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

R = 36.36%
G = 27.71%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#544053 (or 0x544053) is known color: Purple Taupe. HEX triplet: 54, 40 and 53. RGB value is (84,64,83). Sum of RGB (Red+Green+Blue) = 84+64+83=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #544053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544053 is #ABBFAC. Grayscale: #484848. Windows color (decimal): -11255725 or 5455956. OLE color: 5455956.

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

Color convert

RGB 84 64 83 -
CMYK 0 0.24 0.01 0.67
HSL 303º 0.14% 0.29% -
HSV(B) 303º 0.24% 0.33% -
XYZ 7.05 6.18 9 -
YUV 72.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 84 64 83 0 0.24 0.01 0.67 303 0.14 0.29
Hex 54 40 53 0 18 1 43 12F E 1D
Octal 124 100 123 0 30 1 103 457 16 35
Binary 1010100 1000000 1010011 0 11000 1 1000011 100101111 1110 11101

Color Harmonies of #544053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544053

Black with #544053

Text Example


Text Example

White with #544053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544053; }

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

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

background-color css

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

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

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

border-color css

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

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

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