Html Css Color HEX #54494F Liver

📋 copy color: '#54494F'

red 84 ◦ green 73 ◦ blue 79

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

Shades of Liver #54494F

Tints of Liver #54494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 35.59%
G = 30.93%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54494F (or 0x54494F) is known color: Liver. HEX triplet: 54, 49 and 4F. RGB value is (84,73,79). Sum of RGB (Red+Green+Blue) = 84+73+79=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #54494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54494F is #ABB6B0. Grayscale: #4C4C4C. Windows color (decimal): -11253425 or 5196116. OLE color: 5196116.

HSL color Cylindrical-coordinate representation of color #54494F: hue angle of 327.27º 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 #54494F is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 79 -
CMYK 0 0.13 0.06 0.67
HSL 327.27º 0.07% 0.31% -
HSV(B) 327.27º 0.13% 0.33% -
XYZ 7.45 7.21 8.4 -
YUV 76.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 84 73 79 0 0.13 0.06 0.67 327.27 0.07 0.31
Hex 54 49 4F 0 D 6 43 147 7 1F
Octal 124 111 117 0 15 6 103 507 7 37
Binary 1010100 1001001 1001111 0 1101 110 1000011 101000111 111 11111

Color Harmonies of #54494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54494F

Black with #54494F

Text Example


Text Example

White with #54494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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