Html Css Color HEX #57404C Liver

📋 copy color: '#57404C'

red 87 ◦ green 64 ◦ blue 76

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

Shades of Liver #57404C

Tints of Liver #57404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 38.33%
G = 28.19%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57404C (or 0x57404C) is known color: Liver. HEX triplet: 57, 40 and 4C. RGB value is (87,64,76). Sum of RGB (Red+Green+Blue) = 87+64+76=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #57404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57404C is #A8BFB3. Grayscale: #484848. Windows color (decimal): -11059124 or 4997207. OLE color: 4997207.

HSL color Cylindrical-coordinate representation of color #57404C: hue angle of 328.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57404C is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 76 -
CMYK 0 0.26 0.13 0.66
HSL 328.7º 0.15% 0.3% -
HSV(B) 328.7º 0.26% 0.34% -
XYZ 7.07 6.21 7.66 -
YUV 72.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 87 64 76 0 0.26 0.13 0.66 328.7 0.15 0.3
Hex 57 40 4C 0 1A D 42 149 F 1E
Octal 127 100 114 0 32 15 102 511 17 36
Binary 1010111 1000000 1001100 0 11010 1101 1000010 101001001 1111 11110

Color Harmonies of #57404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57404C

Black with #57404C

Text Example


Text Example

White with #57404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,64,76); }

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

background-color css

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

 a { background-color: rgb(87,64,76); }

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

border-color css

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

 span { border-color: rgb(87,64,76); }

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