#57414F

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

Shades of Liver #57414F

Tints of Liver #57414F

Color information

#57414F (or 0x57414F) is unknown color: approx Liver. HEX triplet: 57, 41 and 4F. RGB value is (87,65,79). Sum of RGB (Red+Green+Blue) = 87+65+79=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #57414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57414F is #A8BEB0. Grayscale: #494949. Windows color (decimal): -11058865 or 5194071. OLE color: 5194071.

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

Color convert

RGB876579-
CMYK00.250.090.66
HSL321.82º14.47%29.8%-
HSV(B)321.82º25.29%34.12%-
XYZ7.236.378.25-
YUV73.17131.29137.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=37.66%
G=28.14%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87657900.250.090.66321.8214.4729.8
Hex57414F019942142e1e
Octal127101117031111025021636
Binary10101111000001100111101100110011000010101000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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