Html Css Color HEX #57444B Liver

📋 copy color: '#57444B'

red 87 ◦ green 68 ◦ blue 75

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

Shades of Liver #57444B

Tints of Liver #57444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 37.83%
G = 29.57%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57444B (or 0x57444B) is known color: Liver. HEX triplet: 57, 44 and 4B. RGB value is (87,68,75). Sum of RGB (Red+Green+Blue) = 87+68+75=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #57444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57444B is #A8BBB4. Grayscale: #4A4A4A. Windows color (decimal): -11058101 or 4932695. OLE color: 4932695.

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

Color convert

RGB 87 68 75 -
CMYK 0 0.22 0.14 0.66
HSL 337.89º 0.12% 0.3% -
HSV(B) 337.89º 0.22% 0.34% -
XYZ 7.27 6.67 7.56 -
YUV 74.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 87 68 75 0 0.22 0.14 0.66 337.89 0.12 0.3
Hex 57 44 4B 0 16 E 42 152 C 1E
Octal 127 104 113 0 26 16 102 522 14 36
Binary 1010111 1000100 1001011 0 10110 1110 1000010 101010010 1100 11110

Color Harmonies of #57444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57444B

Black with #57444B

Text Example


Text Example

White with #57444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57444B; }

 p { color: rgb(87,68,75); }

 H1.HeaderClassName
 {
   color: #57444B;
 }
 .AnyTagClassName
 {
   color: #57444B;
 }
</style>

background-color css

<style>
 a { background-color: #57444B; }

 a { background-color: rgb(87,68,75); }

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

border-color css

<style>
 span { border-color: #57444B; }

 span { border-color: rgb(87,68,75); }

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