Html Css Color HEX #544650 Purple Taupe

📋 copy color: '#544650'

red 84 ◦ green 70 ◦ blue 80

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

Shades of Purple Taupe #544650

Tints of Purple Taupe #544650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 35.9%
G = 29.91%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#544650 (or 0x544650) is known color: Purple Taupe. HEX triplet: 54, 46 and 50. RGB value is (84,70,80). Sum of RGB (Red+Green+Blue) = 84+70+80=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544650 is #ABB9AF. Grayscale: #4B4B4B. Windows color (decimal): -11254192 or 5260884. OLE color: 5260884.

HSL color Cylindrical-coordinate representation of color #544650: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #544650 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 70 80 -
CMYK 0 0.17 0.05 0.67
HSL 317.14º 0.09% 0.3% -
HSV(B) 317.14º 0.17% 0.33% -
XYZ 7.29 6.84 8.53 -
YUV 75.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 84 70 80 0 0.17 0.05 0.67 317.14 0.09 0.3
Hex 54 46 50 0 11 5 43 13D 9 1E
Octal 124 106 120 0 21 5 103 475 11 36
Binary 1010100 1000110 1010000 0 10001 101 1000011 100111101 1001 11110

Color Harmonies of #544650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544650

Black with #544650

Text Example


Text Example

White with #544650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544650; }

 p { color: rgb(84,70,80); }

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

background-color css

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

 a { background-color: rgb(84,70,80); }

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

border-color css

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

 span { border-color: rgb(84,70,80); }

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