Html Css Color HEX #54424B Liver

📋 copy color: '#54424B'

red 84 ◦ green 66 ◦ blue 75

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

Shades of Liver #54424B

Tints of Liver #54424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 37.33%
G = 29.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54424B (or 0x54424B) is known color: Liver. HEX triplet: 54, 42 and 4B. RGB value is (84,66,75). Sum of RGB (Red+Green+Blue) = 84+66+75=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #54424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54424B is #ABBDB4. Grayscale: #484848. Windows color (decimal): -11255221 or 4932180. OLE color: 4932180.

HSL color Cylindrical-coordinate representation of color #54424B: hue angle of 330º 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 #54424B is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 75 -
CMYK 0 0.21 0.11 0.67
HSL 330º 0.12% 0.29% -
HSV(B) 330º 0.21% 0.33% -
XYZ 6.87 6.29 7.51 -
YUV 72.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 84 66 75 0 0.21 0.11 0.67 330 0.12 0.29
Hex 54 42 4B 0 15 B 43 14A C 1D
Octal 124 102 113 0 25 13 103 512 14 35
Binary 1010100 1000010 1001011 0 10101 1011 1000011 101001010 1100 11101

Color Harmonies of #54424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54424B

Black with #54424B

Text Example


Text Example

White with #54424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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