Html Css Color HEX #57494F Liver

📋 copy color: '#57494F'

red 87 ◦ green 73 ◦ blue 79

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

Shades of Liver #57494F

Tints of Liver #57494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 36.4%
G = 30.54%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57494F (or 0x57494F) is known color: Liver. HEX triplet: 57, 49 and 4F. RGB value is (87,73,79). Sum of RGB (Red+Green+Blue) = 87+73+79=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #57494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57494F is #A8B6B0. Grayscale: #4D4D4D. Windows color (decimal): -11056817 or 5196119. OLE color: 5196119.

HSL color Cylindrical-coordinate representation of color #57494F: hue angle of 334.29º 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 #57494F is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 79 -
CMYK 0 0.16 0.09 0.66
HSL 334.29º 0.09% 0.31% -
HSV(B) 334.29º 0.16% 0.34% -
XYZ 7.72 7.36 8.41 -
YUV 77.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 87 73 79 0 0.16 0.09 0.66 334.29 0.09 0.31
Hex 57 49 4F 0 10 9 42 14E 9 1F
Octal 127 111 117 0 20 11 102 516 11 37
Binary 1010111 1001001 1001111 0 10000 1001 1000010 101001110 1001 11111

Color Harmonies of #57494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57494F

Black with #57494F

Text Example


Text Example

White with #57494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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