Html Css Color HEX #54424E Purple Taupe

📋 copy color: '#54424E'

red 84 ◦ green 66 ◦ blue 78

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

Shades of Purple Taupe #54424E

Tints of Purple Taupe #54424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 36.84%
G = 28.95%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54424E (or 0x54424E) is known color: Purple Taupe. HEX triplet: 54, 42 and 4E. RGB value is (84,66,78). Sum of RGB (Red+Green+Blue) = 84+66+78=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #54424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54424E is #ABBDB1. Grayscale: #484848. Windows color (decimal): -11255218 or 5128788. OLE color: 5128788.

HSL color Cylindrical-coordinate representation of color #54424E: hue angle of 320º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54424E is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 78 -
CMYK 0 0.21 0.07 0.67
HSL 320º 0.12% 0.29% -
HSV(B) 320º 0.21% 0.33% -
XYZ 6.98 6.33 8.06 -
YUV 72.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 84 66 78 0 0.21 0.07 0.67 320 0.12 0.29
Hex 54 42 4E 0 15 7 43 140 C 1D
Octal 124 102 116 0 25 7 103 500 14 35
Binary 1010100 1000010 1001110 0 10101 111 1000011 101000000 1100 11101

Color Harmonies of #54424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54424E

Black with #54424E

Text Example


Text Example

White with #54424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54424E; }

 p { color: rgb(84,66,78); }

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

background-color css

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

 a { background-color: rgb(84,66,78); }

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

border-color css

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

 span { border-color: rgb(84,66,78); }

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