Html Css Color HEX #57414D Liver

📋 copy color: '#57414D'

red 87 ◦ green 65 ◦ blue 77

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

Shades of Liver #57414D

Tints of Liver #57414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

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

R = 37.99%
G = 28.38%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57414D (or 0x57414D) is known color: Liver. HEX triplet: 57, 41 and 4D. RGB value is (87,65,77). Sum of RGB (Red+Green+Blue) = 87+65+77=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #57414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57414D is #A8BEB2. Grayscale: #484848. Windows color (decimal): -11058867 or 5062999. OLE color: 5062999.

HSL color Cylindrical-coordinate representation of color #57414D: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57414D is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 77 -
CMYK 0 0.25 0.11 0.66
HSL 327.27º 0.14% 0.3% -
HSV(B) 327.27º 0.25% 0.34% -
XYZ 7.16 6.34 7.87 -
YUV 72.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 87 65 77 0 0.25 0.11 0.66 327.27 0.14 0.3
Hex 57 41 4D 0 19 B 42 147 E 1E
Octal 127 101 115 0 31 13 102 507 16 36
Binary 1010111 1000001 1001101 0 11001 1011 1000010 101000111 1110 11110

Color Harmonies of #57414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57414D

Black with #57414D

Text Example


Text Example

White with #57414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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