Html Css Color HEX #53494E Liver

📋 copy color: '#53494E'

red 83 ◦ green 73 ◦ blue 78

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

Shades of Liver #53494E

Tints of Liver #53494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 35.47%
G = 31.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53494E (or 0x53494E) is known color: Liver. HEX triplet: 53, 49 and 4E. RGB value is (83,73,78). Sum of RGB (Red+Green+Blue) = 83+73+78=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #53494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53494E is #ACB6B1. Grayscale: #4C4C4C. Windows color (decimal): -11318962 or 5130579. OLE color: 5130579.

HSL color Cylindrical-coordinate representation of color #53494E: hue angle of 330º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53494E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 78 -
CMYK 0 0.12 0.06 0.67
HSL 330º 0.06% 0.31% -
HSV(B) 330º 0.12% 0.33% -
XYZ 7.32 7.15 8.2 -
YUV 76.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 83 73 78 0 0.12 0.06 0.67 330 0.06 0.31
Hex 53 49 4E 0 C 6 43 14A 6 1F
Octal 123 111 116 0 14 6 103 512 6 37
Binary 1010011 1001001 1001110 0 1100 110 1000011 101001010 110 11111

Color Harmonies of #53494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53494E

Black with #53494E

Text Example


Text Example

White with #53494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53494E; }

 p { color: rgb(83,73,78); }

 H1.HeaderClassName
 {
   color: #53494E;
 }
 .AnyTagClassName
 {
   color: #53494E;
 }
</style>

background-color css

<style>
 a { background-color: #53494E; }

 a { background-color: rgb(83,73,78); }

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

border-color css

<style>
 span { border-color: #53494E; }

 span { border-color: rgb(83,73,78); }

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