Html Css Color HEX #53464C Liver

📋 copy color: '#53464C'

red 83 ◦ green 70 ◦ blue 76

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

Shades of Liver #53464C

Tints of Liver #53464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 36.24%
G = 30.57%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53464C (or 0x53464C) is known color: Liver. HEX triplet: 53, 46 and 4C. RGB value is (83,70,76). Sum of RGB (Red+Green+Blue) = 83+70+76=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #53464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53464C is #ACB9B3. Grayscale: #4A4A4A. Windows color (decimal): -11319732 or 4998739. OLE color: 4998739.

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

Color convert

RGB 83 70 76 -
CMYK 0 0.16 0.08 0.67
HSL 332.31º 0.08% 0.3% -
HSV(B) 332.31º 0.16% 0.33% -
XYZ 7.06 6.74 7.77 -
YUV 74.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 83 70 76 0 0.16 0.08 0.67 332.31 0.08 0.3
Hex 53 46 4C 0 10 8 43 14C 8 1E
Octal 123 106 114 0 20 10 103 514 10 36
Binary 1010011 1000110 1001100 0 10000 1000 1000011 101001100 1000 11110

Color Harmonies of #53464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53464C

Black with #53464C

Text Example


Text Example

White with #53464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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