Html Css Color HEX #57494E Liver

📋 copy color: '#57494E'

red 87 ◦ green 73 ◦ blue 78

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

Shades of Liver #57494E

Tints of Liver #57494E

RGB

 RED value IS 87 (34.38% from 255) = 36.55%

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

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

R = 36.55%
G = 30.67%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57494E (or 0x57494E) is known color: Liver. HEX triplet: 57, 49 and 4E. RGB value is (87,73,78). Sum of RGB (Red+Green+Blue) = 87+73+78=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #57494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57494E is #A8B6B1. Grayscale: #4D4D4D. Windows color (decimal): -11056818 or 5130583. OLE color: 5130583.

HSL color Cylindrical-coordinate representation of color #57494E: hue angle of 338.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57494E is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 78 -
CMYK 0 0.16 0.10 0.66
HSL 338.57º 0.09% 0.31% -
HSV(B) 338.57º 0.16% 0.34% -
XYZ 7.69 7.34 8.22 -
YUV 77.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 87 73 78 0 0.16 0.10 0.66 338.57 0.09 0.31
Hex 57 49 4E 0 10 A 42 153 9 1F
Octal 127 111 116 0 20 12 102 523 11 37
Binary 1010111 1001001 1001110 0 10000 1010 1000010 101010011 1001 11111

Color Harmonies of #57494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57494E

Black with #57494E

Text Example


Text Example

White with #57494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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