Html Css Color HEX #57404D Liver

📋 copy color: '#57404D'

red 87 ◦ green 64 ◦ blue 77

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

Shades of Liver #57404D

Tints of Liver #57404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 38.16%
G = 28.07%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57404D (or 0x57404D) is known color: Liver. HEX triplet: 57, 40 and 4D. RGB value is (87,64,77). Sum of RGB (Red+Green+Blue) = 87+64+77=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #57404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57404D is #A8BFB2. Grayscale: #484848. Windows color (decimal): -11059123 or 5062743. OLE color: 5062743.

HSL color Cylindrical-coordinate representation of color #57404D: hue angle of 326.09º 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 #57404D is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 77 -
CMYK 0 0.26 0.11 0.66
HSL 326.09º 0.15% 0.3% -
HSV(B) 326.09º 0.26% 0.34% -
XYZ 7.1 6.23 7.85 -
YUV 72.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 87 64 77 0 0.26 0.11 0.66 326.09 0.15 0.3
Hex 57 40 4D 0 1A B 42 146 F 1E
Octal 127 100 115 0 32 13 102 506 17 36
Binary 1010111 1000000 1001101 0 11010 1011 1000010 101000110 1111 11110

Color Harmonies of #57404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57404D

Black with #57404D

Text Example


Text Example

White with #57404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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