Html Css Color HEX #544852 Purple Taupe

📋 copy color: '#544852'

red 84 ◦ green 72 ◦ blue 82

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

Shades of Purple Taupe #544852

Tints of Purple Taupe #544852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 35.29%
G = 30.25%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#544852 (or 0x544852) is known color: Purple Taupe. HEX triplet: 54, 48 and 52. RGB value is (84,72,82). Sum of RGB (Red+Green+Blue) = 84+72+82=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #544852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544852 is #ABB7AD. Grayscale: #4C4C4C. Windows color (decimal): -11253678 or 5392468. OLE color: 5392468.

HSL color Cylindrical-coordinate representation of color #544852: hue angle of 310º 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 #544852 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 72 82 -
CMYK 0 0.14 0.02 0.67
HSL 310º 0.08% 0.31% -
HSV(B) 310º 0.14% 0.33% -
XYZ 7.5 7.13 8.96 -
YUV 76.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 84 72 82 0 0.14 0.02 0.67 310 0.08 0.31
Hex 54 48 52 0 E 2 43 136 8 1F
Octal 124 110 122 0 16 2 103 466 10 37
Binary 1010100 1001000 1010010 0 1110 10 1000011 100110110 1000 11111

Color Harmonies of #544852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544852

Black with #544852

Text Example


Text Example

White with #544852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544852; }

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

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

background-color css

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

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

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

border-color css

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

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

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