Html Css Color HEX #54494E Liver

📋 copy color: '#54494E'

red 84 ◦ green 73 ◦ blue 78

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

Shades of Liver #54494E

Tints of Liver #54494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.06%

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

R = 35.74%
G = 31.06%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54494E (or 0x54494E) is known color: Liver. HEX triplet: 54, 49 and 4E. RGB value is (84,73,78). Sum of RGB (Red+Green+Blue) = 84+73+78=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #54494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54494E is #ABB6B1. Grayscale: #4C4C4C. Windows color (decimal): -11253426 or 5130580. OLE color: 5130580.

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

Color convert

RGB 84 73 78 -
CMYK 0 0.13 0.07 0.67
HSL 332.73º 0.07% 0.31% -
HSV(B) 332.73º 0.13% 0.33% -
XYZ 7.41 7.2 8.21 -
YUV 76.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 84 73 78 0 0.13 0.07 0.67 332.73 0.07 0.31
Hex 54 49 4E 0 D 7 43 14D 7 1F
Octal 124 111 116 0 15 7 103 515 7 37
Binary 1010100 1001001 1001110 0 1101 111 1000011 101001101 111 11111

Color Harmonies of #54494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54494E

Black with #54494E

Text Example


Text Example

White with #54494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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