#57454E

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

Shades of Liver #57454E

Tints of Liver #57454E

Color information

#57454E (or 0x57454E) is unknown color: approx Liver. HEX triplet: 57, 45 and 4E. RGB value is (87,69,78). Sum of RGB (Red+Green+Blue) = 87+69+78=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #57454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57454E is #A8BAB1. Grayscale: #4B4B4B. Windows color (decimal): -11057842 or 5129559. OLE color: 5129559.

HSL color Cylindrical-coordinate representation of color #57454E: hue angle of 330º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57454E is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB876978-
CMYK00.210.100.66
HSL330º11.54%30.59%-
HSV(B)330º20.69%34.12%-
XYZ7.436.838.13-
YUV75.41129.46136.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=37.18%
G=29.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87697800.210.100.6633011.5430.59
Hex57454E015A4214ac1f
Octal127105116025121025121437
Binary10101111000101100111001010110101000010101001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57454E; }

 p { color: rgb(87,69,78); }

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

<style>
 a { background-color: #57454E; }

 a { background-color: rgb(87,69,78); }

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

<style>
 span { border-color: #57454E; }

 span { border-color: rgb(87,69,78); }

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