Html Css Color HEX #53484C Liver

📋 copy color: '#53484C'

red 83 ◦ green 72 ◦ blue 76

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

Shades of Liver #53484C

Tints of Liver #53484C

RGB

 RED value IS 83 (32.81% from 255) = 35.93%

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 35.93%
G = 31.17%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53484C (or 0x53484C) is known color: Liver. HEX triplet: 53, 48 and 4C. RGB value is (83,72,76). Sum of RGB (Red+Green+Blue) = 83+72+76=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #53484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53484C is #ACB7B3. Grayscale: #4B4B4B. Windows color (decimal): -11319220 or 4999251. OLE color: 4999251.

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

Color convert

RGB 83 72 76 -
CMYK 0 0.13 0.08 0.67
HSL 338.18º 0.07% 0.3% -
HSV(B) 338.18º 0.13% 0.33% -
XYZ 7.19 7 7.81 -
YUV 75.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 83 72 76 0 0.13 0.08 0.67 338.18 0.07 0.3
Hex 53 48 4C 0 D 8 43 152 7 1E
Octal 123 110 114 0 15 10 103 522 7 36
Binary 1010011 1001000 1001100 0 1101 1000 1000011 101010010 111 11110

Color Harmonies of #53484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53484C

Black with #53484C

Text Example


Text Example

White with #53484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53484C; }

 p { color: rgb(83,72,76); }

 H1.HeaderClassName
 {
   color: #53484C;
 }
 .AnyTagClassName
 {
   color: #53484C;
 }
</style>

background-color css

<style>
 a { background-color: #53484C; }

 a { background-color: rgb(83,72,76); }

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

border-color css

<style>
 span { border-color: #53484C; }

 span { border-color: rgb(83,72,76); }

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