Html Css Color HEX #57424E Liver

📋 copy color: '#57424E'

red 87 ◦ green 66 ◦ blue 78

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

Shades of Liver #57424E

Tints of Liver #57424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

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

R = 37.66%
G = 28.57%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57424E (or 0x57424E) is known color: Liver. HEX triplet: 57, 42 and 4E. RGB value is (87,66,78). Sum of RGB (Red+Green+Blue) = 87+66+78=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #57424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57424E is #A8BDB1. Grayscale: #494949. Windows color (decimal): -11058610 or 5128791. OLE color: 5128791.

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

Color convert

RGB 87 66 78 -
CMYK 0 0.24 0.10 0.66
HSL 325.71º 0.14% 0.3% -
HSV(B) 325.71º 0.24% 0.34% -
XYZ 7.25 6.47 8.07 -
YUV 73.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 87 66 78 0 0.24 0.10 0.66 325.71 0.14 0.3
Hex 57 42 4E 0 18 A 42 146 E 1E
Octal 127 102 116 0 30 12 102 506 16 36
Binary 1010111 1000010 1001110 0 11000 1010 1000010 101000110 1110 11110

Color Harmonies of #57424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57424E

Black with #57424E

Text Example


Text Example

White with #57424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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