Html Css Color HEX #54454D Liver

📋 copy color: '#54454D'

red 84 ◦ green 69 ◦ blue 77

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

Shades of Liver #54454D

Tints of Liver #54454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 36.52%
G = 30%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#54454D (or 0x54454D) is known color: Liver. HEX triplet: 54, 45 and 4D. RGB value is (84,69,77). Sum of RGB (Red+Green+Blue) = 84+69+77=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #54454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54454D is #ABBAB2. Grayscale: #4A4A4A. Windows color (decimal): -11254451 or 5064020. OLE color: 5064020.

HSL color Cylindrical-coordinate representation of color #54454D: hue angle of 328º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54454D is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 69 77 -
CMYK 0 0.18 0.08 0.67
HSL 328º 0.1% 0.3% -
HSV(B) 328º 0.18% 0.33% -
XYZ 7.12 6.68 7.93 -
YUV 74.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 84 69 77 0 0.18 0.08 0.67 328 0.1 0.3
Hex 54 45 4D 0 12 8 43 148 A 1E
Octal 124 105 115 0 22 10 103 510 12 36
Binary 1010100 1000101 1001101 0 10010 1000 1000011 101001000 1010 11110

Color Harmonies of #54454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54454D

Black with #54454D

Text Example


Text Example

White with #54454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54454D; }

 p { color: rgb(84,69,77); }

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

background-color css

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

 a { background-color: rgb(84,69,77); }

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

border-color css

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

 span { border-color: rgb(84,69,77); }

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