Html Css Color HEX #53424C Liver

📋 copy color: '#53424C'

red 83 ◦ green 66 ◦ blue 76

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

Shades of Liver #53424C

Tints of Liver #53424C

RGB

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

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

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

R = 36.89%
G = 29.33%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53424C (or 0x53424C) is known color: Liver. HEX triplet: 53, 42 and 4C. RGB value is (83,66,76). Sum of RGB (Red+Green+Blue) = 83+66+76=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53424C is #ACBDB3. Grayscale: #484848. Windows color (decimal): -11320756 or 4997715. OLE color: 4997715.

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

Color convert

RGB 83 66 76 -
CMYK 0 0.20 0.08 0.67
HSL 324.71º 0.11% 0.29% -
HSV(B) 324.71º 0.2% 0.33% -
XYZ 6.82 6.26 7.69 -
YUV 72.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 83 66 76 0 0.20 0.08 0.67 324.71 0.11 0.29
Hex 53 42 4C 0 14 8 43 145 B 1D
Octal 123 102 114 0 24 10 103 505 13 35
Binary 1010011 1000010 1001100 0 10100 1000 1000011 101000101 1011 11101

Color Harmonies of #53424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53424C

Black with #53424C

Text Example


Text Example

White with #53424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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