#57424F

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

Shades of Liver #57424F

Tints of Liver #57424F

Color information

#57424F (or 0x57424F) is unknown color: approx Liver. HEX triplet: 57, 42 and 4F. RGB value is (87,66,79). Sum of RGB (Red+Green+Blue) = 87+66+79=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #57424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57424F is #A8BDB0. Grayscale: #494949. Windows color (decimal): -11058609 or 5194327. OLE color: 5194327.

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

Color convert

RGB876679-
CMYK00.240.090.66
HSL322.86º13.73%30%-
HSV(B)322.86º24.14%34.12%-
XYZ7.296.498.27-
YUV73.76130.96137.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=37.5%
G=28.45%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87667900.240.090.66322.8613.7330
Hex57424F018942143e1e
Octal127102117030111025031636
Binary10101111000010100111101100010011000010101000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57424F;
 }
 .AnyTagClassName
 {
   color: #57424F;
 }
</style>
background-color css

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

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

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

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

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

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