Html Css Color HEX #57424B Liver

📋 copy color: '#57424B'

red 87 ◦ green 66 ◦ blue 75

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

Shades of Liver #57424B

Tints of Liver #57424B

RGB

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

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

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

R = 38.16%
G = 28.95%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57424B (or 0x57424B) is known color: Liver. HEX triplet: 57, 42 and 4B. RGB value is (87,66,75). Sum of RGB (Red+Green+Blue) = 87+66+75=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #57424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57424B is #A8BDB4. Grayscale: #494949. Windows color (decimal): -11058613 or 4932183. OLE color: 4932183.

HSL color Cylindrical-coordinate representation of color #57424B: hue angle of 334.29º 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 #57424B is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 75 -
CMYK 0 0.24 0.14 0.66
HSL 334.29º 0.14% 0.3% -
HSV(B) 334.29º 0.24% 0.34% -
XYZ 7.15 6.43 7.52 -
YUV 73.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 87 66 75 0 0.24 0.14 0.66 334.29 0.14 0.3
Hex 57 42 4B 0 18 E 42 14E E 1E
Octal 127 102 113 0 30 16 102 516 16 36
Binary 1010111 1000010 1001011 0 11000 1110 1000010 101001110 1110 11110

Color Harmonies of #57424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57424B

Black with #57424B

Text Example


Text Example

White with #57424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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