#57424B

Color #57424B Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #57424B

Tints of Liver #57424B

Color information

#57424B (or 0x57424B) is unknown color: approx 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

RGB876675-
CMYK00.240.140.66
HSL334.29º13.73%30%-
HSV(B)334.29º24.14%34.12%-
XYZ7.156.437.52-
YUV73.3128.96137.77-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87667500.240.140.66334.2913.7330
Hex57424B018E4214ee1e
Octal127102113030161025161636
Binary10101111000010100101101100011101000010101001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>