Html Css Color HEX #53484D Liver

📋 copy color: '#53484D'

red 83 ◦ green 72 ◦ blue 77

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

Shades of Liver #53484D

Tints of Liver #53484D

RGB

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

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

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

R = 35.78%
G = 31.03%
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

#53484D (or 0x53484D) is known color: Liver. HEX triplet: 53, 48 and 4D. RGB value is (83,72,77). Sum of RGB (Red+Green+Blue) = 83+72+77=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #53484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53484D is #ACB7B2. Grayscale: #4B4B4B. Windows color (decimal): -11319219 or 5064787. OLE color: 5064787.

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

Color convert

RGB 83 72 77 -
CMYK 0 0.13 0.07 0.67
HSL 332.73º 0.07% 0.3% -
HSV(B) 332.73º 0.13% 0.33% -
XYZ 7.22 7.01 7.99 -
YUV 75.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 83 72 77 0 0.13 0.07 0.67 332.73 0.07 0.3
Hex 53 48 4D 0 D 7 43 14D 7 1E
Octal 123 110 115 0 15 7 103 515 7 36
Binary 1010011 1001000 1001101 0 1101 111 1000011 101001101 111 11110

Color Harmonies of #53484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53484D

Black with #53484D

Text Example


Text Example

White with #53484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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