Html Css Color HEX #57474F Liver

📋 copy color: '#57474F'

red 87 ◦ green 71 ◦ blue 79

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

Shades of Liver #57474F

Tints of Liver #57474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 36.71%
G = 29.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57474F (or 0x57474F) is known color: Liver. HEX triplet: 57, 47 and 4F. RGB value is (87,71,79). Sum of RGB (Red+Green+Blue) = 87+71+79=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #57474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57474F is #A8B8B0. Grayscale: #4C4C4C. Windows color (decimal): -11057329 or 5195607. OLE color: 5195607.

HSL color Cylindrical-coordinate representation of color #57474F: hue angle of 330º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #57474F is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 79 -
CMYK 0 0.18 0.09 0.66
HSL 330º 0.1% 0.31% -
HSV(B) 330º 0.18% 0.34% -
XYZ 7.6 7.1 8.37 -
YUV 76.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 87 71 79 0 0.18 0.09 0.66 330 0.1 0.31
Hex 57 47 4F 0 12 9 42 14A A 1F
Octal 127 107 117 0 22 11 102 512 12 37
Binary 1010111 1000111 1001111 0 10010 1001 1000010 101001010 1010 11111

Color Harmonies of #57474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57474F

Black with #57474F

Text Example


Text Example

White with #57474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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