Html Css Color HEX #53414C Liver

📋 copy color: '#53414C'

red 83 ◦ green 65 ◦ blue 76

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

Shades of Liver #53414C

Tints of Liver #53414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

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

R = 37.05%
G = 29.02%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53414C (or 0x53414C) is known color: Liver. HEX triplet: 53, 41 and 4C. RGB value is (83,65,76). Sum of RGB (Red+Green+Blue) = 83+65+76=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53414C is #ACBEB3. Grayscale: #474747. Windows color (decimal): -11321012 or 4997459. OLE color: 4997459.

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

Color convert

RGB 83 65 76 -
CMYK 0 0.22 0.08 0.67
HSL 323.33º 0.12% 0.29% -
HSV(B) 323.33º 0.22% 0.33% -
XYZ 6.76 6.14 7.67 -
YUV 71.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 83 65 76 0 0.22 0.08 0.67 323.33 0.12 0.29
Hex 53 41 4C 0 16 8 43 143 C 1D
Octal 123 101 114 0 26 10 103 503 14 35
Binary 1010011 1000001 1001100 0 10110 1000 1000011 101000011 1100 11101

Color Harmonies of #53414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53414C

Black with #53414C

Text Example


Text Example

White with #53414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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